/**
 * allcss.less      //最终汇总生成的引入页面的CSS
 * 合并less输出到一个css
**/
html,
body {
	font-size: 100%;
	font-family: "Noto Sans SC", "Arial";
	height: 100%;
	width: 100%;
	min-width: 1200px;
	min-height: 568px;
	position: relative;
}

body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
input,
select,
label {
	margin: 0;
	padding: 0;
}

ul,
li {
	list-style-type: none;
}

select,
select:focus,
input,
input:focus,
a,
a:focus,
button,
button:focus {
	outline: none;
}

input,
button,
select,
textarea {
	font-family: 'Microsoft YaHei', '微软雅黑', '宋体', STHeiti, MingLiu, Arial, sans-serif;
}

table {
	border-collapse: 0;
	border-spacing: 0;
}

input {
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 0;
}

a,
a:hover {
	text-decoration: none;
	color: #000;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	padding: 0;
}

.marginrightnone {
	margin-right: 0 !important;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

/* 重置默认样式 */
/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	-ms-grid-row-align: flex-start;
	align-items: flex-start;
	-webkit-transition-property: -webkit-transform, height;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 0;
	display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px
}

.swiper-pagination-progress {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
	background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
	background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
	background: #000
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	-o-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
	-ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
	overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-scrollbar {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	-webkit-border-radius: 10px;
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

/* swiper样式 */
@font-face {
	font-family: "iconfont";
	src: url('fonts/iconfont.eot?t=1501254356722');
	/* IE9*/
	src: url('fonts/iconfont.eot?t=1501254356722#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('fonts/iconfont.woff?t=1501254356722') format('woff'),
		/* chrome, firefox */
		url('fonts/iconfont.ttf?t=1501254356722') format('truetype'),
		/* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
		url('fonts/iconfont.svg?t=1501254356722#iconfont') format('svg');
	/* iOS 4.1- */
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-jikediancanicon21:before {
	content: "\e783";
}

.icon-shoukuan:before {
	content: "\e691";
}

.icon-bangzhu:before {
	content: "\e609";
}

.icon-shouxu:before {
	content: "\e7a8";
}

.icon-buchongiconsvg02:before {
	content: "\e65c";
}

.icon-xiayiye:before {
	content: "\e623";
}

.icon-dianhua:before {
	content: "\e604";
}

.icon-shenqing:before {
	content: "\e673";
}

.icon-renminbi:before {
	content: "\e619";
}

.icon-caidan-copy:before {
	content: "\e601";
}

.icon-xingming:before {
	content: "\e63a";
}

.icon-weixin:before {
	content: "\e605";
}

.icon-jiantou-copy:before {
	content: "\e613";
}

.icon-fabuxuqiu:before {
	content: "\e627";
}

.icon-fangkuanqueren:before {
	content: "\e60c";
}

.icon-caidantubiao-03:before {
	content: "\e634";
}

.icon-rongzi:before {
	content: "\e649";
}

.icon-xin:before {
	content: "\e602";
}

.icon-liaotian:before {
	content: "\e603";
}

.icon-shouji:before {
	content: "\e61b";
}

.icon-jishufuwu:before {
	content: "\e7df";
}

.icon-ZHicon-:before {
	content: "\e624";
}

.icon-pinggu:before {
	content: "\e611";
}

.icon-gongsi:before {
	content: "\e67d";
}

.icon-zhangdan:before {
	content: "\e67f";
}

.icon-erp:before {
	content: "\e669";
}

.icon-youjian:before {
	content: "\e622";
}

.icon-sanjiao:before {
	content: "\e600";
}

.icon-wangguan:before {
	content: "\eaf2";
}

.icon-edit:before {
	content: "\e616";
}

.icon-duigoudown:before {
	content: "\e71";
}

/* iconfont */
.gotop {
	width: 56px;
	height: 56px;
	display: block;
	position: fixed;
	bottom: 120px;
	right: 3vw;
	z-index: 99999;
	display: none;
	cursor: pointer;
}

.ov-hidden {
	overflow: hidden;
}

.head {
	position: relative;
}

.head .swiper-container {
	width: 100%;
	height: 500px;
}

.swiper-container .swiper-slide>img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	display: block;
}

.head-top {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999999;
	width: 100%;
}

.head-top>a {
	height: 56px;
	width: calc(33vw - 37px);
	display: inline-block;
	text-align: center;
}

.head-top .logo {
	height: 44px;
	margin: 6px 0;
	position: relative;
	z-index: 99999;
}

.tools-container {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.tools-box {
	width: 68%;
	background: #fff;
	position: absolute;
	right: 0;
}

.tools-top {
	white-space: nowrap;
	height: 56px;
	line-height: 55px;
	padding-left: 16px;
	border-bottom: 1px #e4e4e4 solid;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	left: -2px;
	z-index: 1;
}

.tools-top span {
	font-size: 14px;
	margin-right: 37px;
	color: #333333;
	cursor: pointer;
	font-weight: bold;
}

.tools-top span:hover {
	color: #6acce8;
}

.tools-top span.active {
	color: #6acce8;
}

.tools-top span.active a {
	color: #6acce8;
}

.tools-top span a {
	margin-right: 0px;
}

.tools-top a {
	font-size: 14px;
	font-weight: bold;
	margin-right: 42px;
	color: #333333;
	cursor: pointer;
}

.tools-top a:hover {
	color: #6acce8;
}

.tools-top a.active {
	color: #6acce8;
}

.tools-top .loginbtntop {
	/*padding-left: 28px;*/
	background: url(../img/person-logo.png) no-repeat left center;
	color: #e9e7e7;
}

.tools-top .loginbtntop a {
	color: #666;
}

.tools-bottom {
	padding-left: 16px;
}

.tools-bottom li {
	padding-top: 10px;
	display: none;
	background: #fff;
	height: 259px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.tools-bottom li.show {
	display: block;
}

.tools-bottom .tools-bottom-left {
	width: 290px;
	float: left;
	margin-right: 52px;
}

.tools-bottom .tools-bottom-left h4 {
	font-size: 20px;
	color: #666;
	font-weight: normal;
	margin-bottom: 10px;
}

.tools-bottom .tools-bottom-left h5 {
	height: 24px;
	line-height: 24px;
	margin-bottom: 0;
	font-size: 12px;
	font-weight: bold;
}

.tools-bottom .tools-bottom-left p {
	font-size: 12px;
	color: #666;
	line-height: 24px;
	padding: 0;
	margin: 0;
}

.tools-bottom .tools-bottom-right {
	float: left;
	display: inline-block;
	height: 160px;
	width: 120px;
}

.tools-bottom .tools-bottom-right h3 {
	line-height: 34px;
	font-size: 15px;
	font-weight: bold;
}

.tools-bottom .tools-bottom-right h3 a {
	font-size: 12px;
	color: #000;
}

.tools-bottom .tools-bottom-right h4 {
	font-weight: normal;
	height: 36px;
	line-height: 30px;
	font-size: 11px;
	color: #666;
}

.tools-bottom .tools-bottom-right-little {
	height: 34px;
	line-height: 34px;
	font-size: 13px;
	color: #666;
	overflow: hidden;
}

.tools-bottom .tools-bottom-right-little i {
	display: inline-block;
	float: left;
	width: 12px;
	height: 12px;
	border: 3px solid #6acce8;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 6px 9px 0 0;
}

.tools-bottom .tools-bottom-right-little span {
	cursor: pointer;
	vertical-align: super;
}

.tools-bottom .tools-bottom-right-little img {
	width: 36px;
	margin-right: 5px;
}

.tools-bottom .tools-bottom-right-little span b {
	font-weight: normal;
	color: #999999;
}

.tools-leftbg {
	position: absolute;
	left: -36.5px;
	top: 0px;
	width: 37px;
	height: 56px;
	background: url(../img/sanjiao1.png) no-repeat;
	background-size: 100% 100%;
}

.tools-leftbg.active {
	width: 248px;
	height: 358px;
	left: -247.5px;
	background: url(../img/sanjiao2.png) no-repeat 28px -43px;
	background-size: 100% 100%;
}

.swiper-container-banner .swiper-button-prev {
	width: 41px;
	height: 41px;
	background: url(../img/left-button.png) no-repeat;
	background-size: 100% 100%;
	left: 50px;
}

.swiper-container-banner .swiper-button-next {
	width: 41px;
	height: 41px;
	background: url(../img/right-button.png) no-repeat;
	background-size: 100% 100%;
	right: 50px;
}

.swiper-container-banner .swiper-button-next.swiper-button-disabled {
	opacity: 1;
	background: url(../img/disable-right.png) no-repeat;
	background-size: 100% 100%;
}

.swiper-container-banner .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	background: url(../img/disable-left.png) no-repeat;
	background-size: 100% 100%;
}

.swiper-container-banner .pagationBox {
	width: 350px;
	height: 48px;
	position: absolute;
	bottom: 30px;
	left: 50%;
	z-index: 3;
	margin-left: -138px;
}

.swiper-container-banner .pagationBox img {
	display: block;
	float: left;
	width: 52px;
	height: 24px;
	border: 3px #fff solid;
	cursor: pointer;
	margin-right: 12px;
}

.swiper-container-banner .pagationBox img.active {
	border-color: #05afe1;
}

.swiper-container-banner .banner01-content {
	width: 80%;
	position: absolute;
	left: 15%;
	top: 26%;
}

.swiper-container-banner .top-titleh4 {
	height: 46px;
	font-size: 36px;
	color: #fff;
	text-align: center;
	letter-spacing: 3px;
}

.swiper-container-banner .top-titleh3 {
	width: 100%;
	height: 22px;
	font-size: 14px;
	color: #ffffff;
	text-align: left;
	/* text-transform: Uppercase; */
	letter-spacing: 2px;
	font-weight: normal;
}

.swiper-container-banner .top-titleline {
	width: 100px;
	height: 4px;
	background: #6acce8;
	position: absolute;
	left: 50%;
	/*  top:220px;  */
	top: 280px;
	margin-left: -50px;
}

.swiper-container-banner .banner01-content2 {
	width: 600px;
	position: absolute;
	top: 48%;
	left: 50%;
}

.swiper-container-banner .banner01-content2.marleft150 {
	margin-left: -171px;
}

.swiper-container-banner .banner01-content2 .top-titlep {
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	font-weight: normal;
}

.swiper-container-banner .banner01-content2 .top-titlep span {
	font-size: 13px;
	font-weight: bold;
	color: #6acce8;
	margin-right: 28px;
}

.swiper-container-banner .banner01-content2.veicenter {
	top: 50%;
}

.swiper-container-banner .banner01-content2.hiycenter {
	margin-left: -83px;
}

.swiper-container-banner .banner01-bottom {
	width: 668px;
	height: 66px;
	background: url(../img/banner02-bottom.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 61%;
	left: 50%;
	margin-left: -334px;
}

.banner01-bt-title {
	height: 30px;
	font-size: 30px;
	color: #fff;
	text-align: left;
	letter-spacing: 1px;
	font-weight: normal;
	margin-bottom: 10px;
}

.banner01-flower-content2 {
	width: 600px;
	position: absolute;
	left: 50%;
	top: 45%;
	margin-left: -300px;
}

.banner01-flower-content2 li {
	float: left;
	width: 180px;
	margin: 0 10px;
	position: relative;
}

.banner01-flower-content2 li.mgn-top p {
	margin-top: -6px;
}

.banner01-flower-content2 li .left-flower {
	width: 22px;
	height: 66px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/banner02_left-flower_03.png) no-repeat left center;
}

.banner01-flower-content2 li .right-flower {
	width: 22px;
	height: 66px;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../img/banner02_right-flower_05.png) no-repeat left center;
}

.banner01-flower-content2 li p {
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
}

.index-block2 {
	width: 100%;
	background: url(../img/xiaoguo.png) no-repeat left -200px;
	background-size: 100%;
	overflow: hidden;
}

.index-block2 .centerBox {
	width: 1000px;
	margin: 70px auto 0;
}

.index-block2 .centerBox-title {
	text-align: center;
	font-size: 42px;
	color: #352e2c;
	margin-bottom: 70px;
	font-weight: bold;
}

.index-block2 .centerBox-title img {
	width: 86px;
	height: 99px;
	margin-right: 5px;
}

.index-block2-ul li {
	width: 224px;
	height: 335px;
	padding: 0 20px 35px;
	border: 1px #3b3b3b solid;
	float: left;
	margin-right: 34px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	position: relative;
}

.index-block2-ul li .line {
	display: block;
	width: 160px;
	height: 1px;
	background: #fff;
	/*  margin-top: -1px;   */
}

.index-block2-ul li h3 {
	font-size: 42px;
	color: #2c2c2c;
	font-weight: normal;
	margin: -28px auto 0;
	text-align: center;
}

.index-block2-ul li h3.block2-img1 {
	width: 136px;
	height: 41px;
	/* background: url(../img/block2-img1.png) no-repeat;  */
	background-size: 100% 100%;
}

.index-block2-ul li h3.block2-img2 {
	width: 155px;
	height: 41px;
	/* background: url(../img/block2-img2.png) no-repeat; */
	background-size: 100% 100%;
}

.index-block2-ul li h3.block2-img3 {
	width: 111px;
	height: 41px;
	/* background: url(../img/block2-img3.png) no-repeat; */
	background-size: 100% 100%;
}

.index-block2-ul li h3.block2-img4 {
	width: 81px;
	height: 41px;
	/* background: url(../img/block2-img4.png) no-repeat; */
	background-size: 100% 100%;
}

.index-block2-ul li h3 i {
	font-size: 18px;
	font-style: normal;
}

.index-block2-ul li img {
	display: block;
	margin: 20px auto;
}

.index-block2-ul li h4 {
	font-size: 18px;
	color: #352e2c;
	text-align: center;
	height: 60px;
}

.index-block2-ul li p {
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}

.index-block3 {
	width: 100%;
	overflow: hidden;
}

.index-block3 .centerBox {
	width: 740px;
	margin: 15px auto 0;
}

.index-block3 .centerBox-title {
	text-align: center;
	font-size: 30px;
	color: #352e2c;
	margin-bottom: 43px;
	font-weight: bold;
}

.index-block3 .centerBox-title b {
	font-size: 42px;
}

.index-block3 .centerBox-title img {
	width: 121px;
	height: 119px;
	position: relative;
	top: 25px;
}

.index-block3-ul {
	overflow: hidden;
	margin: 50px 0;
}

.index-block3-ul li {
	width: 308px;
	height: 443px;
	background: url(../img/index3-model1.jpg) no-repeat left;
}

.index-block3-ul li.index-model2 {
	background: url(../img/index3-model2.jpg) no-repeat left;
}

.index-block3-ul li.index-model3 {
	background: url(../img/index3-model3.jpg) no-repeat left;
}

.index-block3-ul li img {
	display: block;
	margin: 0 auto 20px;
}

.index-block3-ul li img .imgw1 {
	width: 191px;
	height: 44px;
}

.index-block3-ul li img .imgw2 {
	width: 140px;
	height: 44px;
}

.index-block3-ul li img .imgw3 {
	width: 191px;
	height: 42px;
}

.index-block3-ul li img .imgw4 {
	width: 172px;
	height: 42px;
}

.index-block3-ul li h3 {
	width: 100px;
	margin: 60px 0 5px 178px;
	font-weight: bold;
}

.index-block3-ul li span {
	display: block;
	width: 200px;
	height: 50px;
	margin: 0 0 0 178px;
	color: #6ccbe7;
	/*  position: relative;*/
}

.index-block3-ul li span i {
	width: 135px;
	height: 36px;
	display: inline-block;
	text-align: center;
	line-height: 36px;
	font-style: normal;
	font-size: 14px;
	color: #fff;
	background: #6acce8;
	position: absolute;
	bottom: 18px;
	left: 0;
	cursor: pointer;
}

.index-block3-ul li span.wangguan1 {
	background: url(../img/wangguan-bg1_03.jpg) no-repeat;
	background-size: 100% 100%;
}

.index-block3-ul li span.wangguan2 {
	background: url(../img/wangguan-bg2_05.jpg) no-repeat;
	background-size: 100% 100%;
}

.index-block3-ul li span.wangguan3 {
	background: url(../img/wangguan-bg3_10.jpg) no-repeat;
	background-size: 100% 100%;
}

.index-block3-ul li span.wangguan4 {
	background: url(../img/wangguan-bg4_12.jpg) no-repeat;
	background-size: 100% 100%;
}

.index-block3-ul li span.wangguan5 {
	background: url(../img/wangguan-bg5_01.jpg) no-repeat;
	background-size: 100% 100%;
}

.index-block3-ul li span.wangguan6 {
	background: url(../img/wangguan-bg6_01.jpg) no-repeat;
	background-size: 100% 100%;
}

.index-block3-ul li h4 {
	font-size: 18px;
	color: #666;
	line-height: 25px;
	margin-top: 20px;
	padding: 0 20px 14px;
	font-weight: bold;
	text-align: center;
}

.index-block3-ul li h4 em {
	color: #666;
	font-style: normal;
}

.index-block3-ul li p {
	font-size: 14px;
	color: #666;
	line-height: 23px;
	padding: 60px 0 0 100px;
}

.index-block3-b2b {
	width: 1000px;
	color: #666;
	height: 160px;
	text-align: center;
	position: relative;
}

.index-block3-b2btitle {
	font-size: 24px;
	padding: 30px 0;
	line-height: 30px;
}

.index-block3-b2btitle b {
	width: 40px;
	height: 2px;
	display: inline-block;
	background: #c1c1c1;
	position: absolute;
	margin-top: 10px;
}

.index-block3-b2b-cont {
	float: left;
	width: 230px;
	height: 150px;
	text-align: center;
	position: relative;
	padding: 0 10px;
}

.index-block3-b2b-cont h3 {
	width: 200px;
	height: 30px;
	background: url(../img/index-b2b-1.png) no-repeat left;
	background-position-x: 20px;
	padding: 45px 0 0 15px;
	font-size: 18px;
	font-weight: bold;
	color: #362d2e;
}

.index-block3-b2b-cont h3.b2bicon2 {
	background: url(../img/index-b2b-2.png) no-repeat left;
	background-position-x: 20px;
}

.index-block3-b2b-cont h3.b2bicon3 {
	background: url(../img/index-b2b-3.png) no-repeat left;
	background-position-x: 20px;
}

.index-block3-b2b-cont h3.b2bicon4 {
	background: url(../img/index-b2b-4.png) no-repeat left;
	background-position-x: 20px;
}

.index-block3-b2b-cont p {
	padding: 10px 0;
	font-size: 14px;
	text-align: left;
}

.index-block3-b2b-cont span {
	color: #007AFF;
}

.index-block3-centertitle {
	font-size: 18px;
	color: #666;
	height: 63px;
	line-height: 50px;
	text-align: center;
	position: relative;
	top: 5px;
}

.index-block3-centertitle b {
	width: 91px;
	height: 1px;
	display: inline-block;
	background: #c1c1c1;
	position: absolute;
}

.index-block3-centertitle b.leftb {
	top: 25px;
	left: 150px;
}

.index-block3-centertitle b.rightb {
	top: 25px;
	right: 150px;
}

.index-block4 {
	width: 100%;
	overflow: hidden;
}

.index-block4 .centerBox {
	width: 930px;
	margin: 27px auto 0;
}

.index-block4 .centerBox-title {
	text-align: center;
	font-size: 30px;
	color: #352e2c;
	font-weight: bold;
}

.index-block4 .centerBox-title b {
	font-size: 42px;
}

.index-block4 .centerBox-title img {
	width: 61px;
	height: 71px;
	position: relative;
	top: -10px;
}

.link-bg {
	margin-top: -20px;
	background: url(../img/link-bg.png) top center no-repeat;
}

.index-block4-ul {
	width: 1000px;
	height: 907px;
	margin: 0 auto 0;
	position: relative;
	left: 65px;
	padding-top: 205px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.index-block4-ul li {
	float: left;
	width: 435px;
	color: #fff;
}

.index-block4-ul li>h3 {
	font-size: 44px;
	line-height: 60px;
	margin-bottom: 30px;
	position: relative;
}

.index-block4-ul li>h3:before {
	content: '';
	position: absolute;
	top: -30px;
	left: 0px;
	width: 140px;
	height: 3px;
	background: #fff;
}

.index-block4-ul li p {
	font-size: 24px;
	line-height: 37px;
}

.index-block4-ul li .more-btn {
	display: block;
	width: 181px;
	height: 45px;
	background: #6acce8;
	font-size: 18px;
	color: #fff;
	line-height: 45px;
	text-align: center;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 30px 0;
}

.index-block4-ul li .small-tips {
	margin-bottom: 30px;
}

.index-block4-ul li .small-tips span {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	margin-right: 20px;
	line-height: 32px;
}

.index-block4-ul li .small-tips a {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	line-height: 32px;
}

.index-block4-ul li .long-tips p {
	font-size: 14px;
	line-height: 26px;
}

.index-block4-ul li:last-child {
	width: 433px;
	float: right;
}

.index-block4-ul li:last-child .more-btn {
	background: #fef260;
	color: #4f9899;
}

.index-block5 {
	width: 100%;
	overflow: hidden;
}

.index-block5 .centerBox {
	width: 930px;
	margin: 40px auto 0;
}

.index-block5 .centerBox-title {
	text-align: center;
	font-size: 30px;
	color: #352e2c;
}

.index-block5 .centerBox-title b {
	font-size: 42px;
}

.index-block5 .centerBox-title img {
	width: 115px;
	height: 93px;
	position: relative;
	top: 8px;
}

.news-bg {
	margin-top: 5px;
	background: url(../img/news-bg.png) top center no-repeat;
	height: 566px;
}

.index-block5-ul {
	width: 930px;
	margin: 0 auto 0;
	padding-top: 80px;
	padding-left: 150px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.index-block5-ul li {
	font-size: 12px;
	color: #000;
	line-height: 30px;
}

.index-block5-ul li i {
	float: left;
	width: 5px;
	height: 5px;
	border: solid 3px #6acce8;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-top: 10px;
	margin-right: 12px;
}

.index-block5-ul li span {
	margin-left: 18px;
	color: #bfbfbf;
}

.index-block5-ul .more-btn {
	display: block;
	width: 106px;
	height: 45px;
	font-size: 16px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background: #6acce8;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-left: 90px;
	margin-top: 23px;
}

.index-block6 {
	width: 100%;
	height: 230px;
	border-top: 1px transparent solid;
	position: relative;
}

.index-block6 img {
	width: 854px;
	height: 161px;
	display: block;
	margin: 36px auto 0;
	position: relative;
	z-index: 2;
}

.index-block6 .index-block6-bg {
	width: 100%;
	height: 108px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.index-block7 {
	width: 100%;
	height: 250px;
	background: #1f60a4;
}

.index-block7-ul {
	width: 1000px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	border-bottom: 1px #497db3 solid;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.index-block7-ul li {
	float: left;
	width: 200px;
	padding-top: 36px;
}

.index-block7-ul li h4 {
	font-size: 14px;
	color: #76d1d8;
	height: 28px;
	line-height: 20px;
}

.index-block7-ul li h4 a {
	color: #76d1d8;
}

.index-block7-ul li h4 i {
	display: inline-block;
	width: 11px;
	height: 10px;
	background: url(../img/suangjiantou.png) no-repeat;
	background-size: 100% 100%;
	margin-right: 5px;
}

.index-block7-ul li span {
	font-size: 12px;
	color: #fff;
	line-height: 24px;
	/* display: block; */
}

.index-block7-ul li span a {
	color: #fff;
}

.index-block7-ul li.widthauto {
	width: 120px;
}

.index-block8 {
	width: 100%;
	height: 265px;
	background: #1f60a4;
}

.index-block8 .centerBox {
	width: 1000px;
	height: 265px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}

.index-block8-left {
	overflow: hidden;
}

.index-block8-left p {
	line-height: 24px;
	color: #dcdcdc;
	font-size: 12px;
	margin: 0;
}

.index-block8-left p.bolder {
	font-weight: bold;
}

.index-block8-left-top {
	margin-top: 10px;
	height: 62px;
	line-height: 62px;
	color: #fff;
	font-size: 14px;
}

.index-block8-left-top a {
	font-size: 14px;
	color: #fff;
}

.index-block8-right {
	width: 214px;
	height: 99px;
	position: absolute;
	right: 0;
	bottom: 52px;
}

.index-block8-right img {
	display: block;
	float: left;
	width: 99px;
	height: 99px;
}

.index-block8-right img.lefterweima {
	margin-right: 16px;
}

/* 首页 */
.wl-banner {
	height: 500px;
	position: relative;
	background: url(../img/big-banner.jpg) no-repeat center;
}

.wl-banner.news-banner {
	background: url(../img/news_banner_01.jpg) no-repeat center;
}

.wl-banner.contect-banner {
	background: url(../img/contect-banner_01.jpg) no-repeat center;
}

.wl-banner.friend-banner {
	background: url(../img/friend-banner_01.jpg) no-repeat center;
}

.wl-banner.activity-banner {
	background: url(../img/activety-banner_01.jpg) no-repeat center;
}

.wl-banner.channel-banner {
	background: url(../img/channel_management_banner_02.jpg) no-repeat center;
	background-size: auto 576px;
}

.wl-banner.channel-account-banner {
	background: url(../img/channel_account_banner.jpg) no-repeat center;
	background-size: auto 576px;
}

.wl-banner.service-banner {
	background: url(../img/service-banner.jpg) no-repeat center;
	background-size: 100% 100%;
}

.wl-banner.ahead-tect-banner {
	background: url(../img/head-teach-banner_02.jpg) no-repeat center;
	background-size: auto 628px;
}

.wl-banner.b2b-banner {
	background: url(../img/b2b-banner.jpg) no-repeat center;
	background-size: auto 628px;
}

.wl-banner.analysis-banner {
	background: url(../img/analysis-banner.jpg) no-repeat center;
	background-size: auto 628px;
}

.wl-banner .wl-big-events {
	position: absolute;
	top: 130px;
	left: 20%;
	width: 476px;
	height: 117px;
	background: url(../img/big-wl.png) no-repeat center;
	text-indent: -9999px;
}

.wl-banner .wl-big-events.news-baner-title {
	width: 424px;
	height: 93px;
	background: url(../img/newstop-bg.png) no-repeat left center;
}

.wl-banner .wl-big-events.contect-baner-title {
	width: 676px;
	background: url(../img/contectus-bg.png) no-repeat left center;
}

.wl-banner .wl-big-events.friend-baner-title {
	width: 676px;
	background: url(../img/friend_top-bg.png) no-repeat left center;
}

.wl-banner .wl-big-events.activity-baner-title {
	background: url(../img/activity_top-bg.png) no-repeat left center;
}

.wl-banner .wl-big-events.channel-baner-title {
	background: url(../img/channel.png) no-repeat left center;
}

.wl-banner .wl-big-events.channel-account-baner-title {
	background: url(../img/account_top_03.png) no-repeat left center;
}

.wl-banner .wl-big-events.service-baner-title {
	background: url(../img/service-banner-tl.png) no-repeat left center;
}

.wl-banner .wl-big-events.ahead-tect-baner-title {
	width: 509px;
	height: 155px;
	background: url(../img/ahead-tect-topbg.png) no-repeat left center;
}

.wl-banner .wl-big-events.b2b-baner-title {
	width: 492px;
	height: 117px;
	background: url(../img/b2b-topbg.png) no-repeat left center;
}

.wl-banner .wl-big-events.analysis-baner-title {
	width: 520px;
	height: 166px;
	background: url(../img/finance-topbg.png) no-repeat left center;
}

.wl-banner .wl-big-events.financerongzi-baner-title {
	width: 685px;
	height: 186px;
	background: url(../img/financerongzi-topbg.png) no-repeat left center;
}

.wl-banner .wl-big-events.financesupplier-baner-title {
	width: 520px;
	height: 166px;
	background: url(../img/financesupplier-topbg.png) no-repeat left center;
}

.wl-banner .wl-big-events.financesystem-baner-title {
	width: 580px;
	height: 166px;
	background: url(../img/financesystem-topbg.png) no-repeat left center;
}

.wl-banner .wl-summary {
	position: absolute;
	top: 310px;
	left: 20.5%;
	font-size: 15px;
	color: #fff;
	line-height: 27px;
}

.wl-banner .wl-summary .colorBlue {
	color: #6acce8;
}

.time-axis {
	position: relative;
	width: 1040px;
	margin: 0 auto;
	font-size: 12px;
	color: #666;
	line-height: 25px;
	margin-top: 60px;
}

.time-axis>img {
	width: 100%;
}

.time-axis .this-year {
	position: absolute;
	width: 260px;
	top: 0px;
	left: 5px;
}

.time-axis .last-year {
	position: absolute;
	width: 260px;
	bottom: 40px;
	left: 120px;
}

.time-axis .year15 {
	position: absolute;
	width: 260px;
	bottom: 200px;
	left: 238px;
}

.time-axis .year14 {
	position: absolute;
	width: 260px;
	bottom: 90px;
	left: 348px;
}

.time-axis .year13 {
	position: absolute;
	width: 260px;
	bottom: 230px;
	left: 453px;
}

.time-axis .year13 .picture {
	margin-top: 8px;
}

.time-axis .year12 {
	position: absolute;
	width: 260px;
	top: 30px;
	left: 568px;
}

.time-axis .year11 {
	position: absolute;
	width: 260px;
	bottom: 65px;
	left: 683px;
}

.time-axis .year10 {
	position: absolute;
	width: 260px;
	bottom: 235px;
	left: 790px;
}

.time-axis .blue-wz {
	color: #6acce8;
}

.time-axis .picture {
	margin-top: 15px;
}

.honour {
	height: 607px;
	background: url(../img/bolang.png) no-repeat top center;
	position: relative;
	margin-bottom: 50px;
	margin-top: 40px;
}

.honour .swiper-pagination .swiper-pagination-bullet {
	background: #535353;
	opacity: 1;
}

.honour .swiper-pagination .swiper-pagination-bullet-active {
	background: #6acce8;
}

.honour .honour-con {
	width: 730px;
	margin: 0 auto;
	margin-top: 25px;
	padding-bottom: 30px;
}

.honour .honour-con ul {
	height: 210px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 15px;
}

.honour .honour-con ul li {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 127px;
	margin-right: 15px;
}

.honour .honour-con ul li:last-child {
	margin-right: 0px;
}

.honour .honour-con ul .img-div {
	height: 113px;
	overflow: hidden;
}

.honour .honour-con ul .img-div img {
	width: 100%;
	height: 100%;
}

.honour .honour-con p {
	font-size: 12px;
	color: #666;
	line-height: 24px;
	margin-top: 8px;
}

.honour .swiper-honour-prev {
	width: 46px;
	height: 46px;
	background: url(../img/turn-left.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -495px;
	margin-top: -24px;
	z-index: 99;
	cursor: pointer;
}

.honour .swiper-honour-next {
	width: 46px;
	height: 46px;
	background: url(../img/turn-right.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 50%;
	top: 50%;
	margin-right: -495px;
	margin-top: -24px;
	z-index: 99;
	cursor: pointer;
}

.honour .swiper-honour-next.swiper-button-disabled {
	opacity: 1;
	background: url(../img/turn-right-disabled.png) no-repeat;
	background-size: 100% 100%;
	cursor: default;
}

.honour .swiper-honour-prev.swiper-button-disabled {
	opacity: 1;
	background: url(../img/turn-left-disabled.png) no-repeat;
	background-size: 100% 100%;
	cursor: default;
}

.wl-title {
	font-size: 30px;
	font-weight: normal;
	color: #666;
	text-align: center;
}

.wl-title>img {
	margin-top: -20px;
}

.wl-title b {
	font-size: 48px;
	font-weight: 500;
}

/* 大事件 */
.about-banner {
	height: 500px;
	position: relative;
	background: url(../img/about-banner.png) no-repeat center;
}

.about-banner .about-banner-img {
	position: absolute;
	top: 200px;
	left: 20.5%;
	width: 279px;
	height: 113px;
	background: url(../img/about-wz.png) no-repeat center;
	text-indent: -9999px;
}

.about-banner .about-summary {
	position: absolute;
	top: 310px;
	left: 21%;
	font-size: 14px;
	color: #fff;
	line-height: 27px;
}

.wl-data {
	height: 593px;
	background: url(../img/about2-bg.jpg) no-repeat center;
	padding-top: 100px;
	/*Firefox3.5+*/
	-webkit-box-sizing: border-box;
	/*Safari3.2+*/
	-o-box-sizing: border-box;
	/*Opera9.6*/
	-ms-box-sizing: border-box;
	/*IE8*/
	box-sizing: border-box;
	position: relative;
}

.wl-data .about-wz-content {
	width: 546px;
	position: absolute;
	top: 180px;
	left: 50%;
	margin-left: -150px;
	margin-top: 17px;
}

.wl-data p {
	font-size: 14px;
	color: #000;
	line-height: 31px;
}

.wl-data .wl-title {
	position: absolute;
	left: 45%;
	margin-left: -70px;
	margin-top: 30px;
}

.wl-data .wl-title>img {
	position: relative;
	top: -10px;
}

.padding-left60 {
	padding-left: 60px;
}

.padding-left140 {
	padding-left: 140px;
}

.margin-top24 {
	margin-top: 24px;
}

.about2 {
	position: relative;
	padding: 20px 0;
	overflow: hidden;
}

.about2-1 {
	width: 561px;
	height: 412px;
	position: absolute;
	background: url(../img/about2-1.jpg) no-repeat;
	transform: translateX(-80%);
	-webkit-transform: translateX(-80%);
	-moz-transform: translateX(-80%);
	-ms-transform: translateX(-80%);
	-o-transform: translateX(-80%);
	margin-left: 50%;
	z-index: 2;
}

.about2-1line {
	width: 50%;
	height: 2px;
	position: absolute;
	background: #b4bbc4;
	right: 0;
	top: 267px;
}

.about2-1cont {
	width: 650px;
	position: absolute;
	margin-left: 36%;
	top: 310px;
	z-index: 3;
	font-size: 14px;
	color: #666;
}

.about2-1cont span {
	font-size: 18px;
	color: #000;
	font-weight: bold;
}

.about2-2 {
	width: 650px;
	height: 455px;
	position: absolute;
	background: url(../img/about2-2.jpg) no-repeat;
	transform: translateX(-20%);
	-webkit-transform: translateX(-20%);
	-moz-transform: translateX(-20%);
	-ms-transform: translateX(-20%);
	-o-transform: translateX(-20%);
	margin-left: 50%;
	z-index: 2;
}

.about2-2line {
	width: 50%;
	height: 2px;
	position: absolute;
	background: #b4bbc4;
	left: 0;
	top: 267px;
}

.about2-2cont {
	width: 600px;
	position: absolute;
	margin-left: 30%;
	top: 300px;
	z-index: 3;
	font-size: 14px;
	color: #666;
}

.about2-2point {
	width: 19px;
	height: 19px;
	position: absolute;
	background: url(../img/about2-2point.png) no-repeat;
	margin-left: 28%;
	top: 301px;
	z-index: 3;
}

.about2-2cont span {
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

.about2-2point2 {
	width: 19px;
	height: 19px;
	position: absolute;
	background: url(../img/about2-2point.png) no-repeat;
	margin-left: 28%;
	top: 358px;
	z-index: 3;
}

.about2-2point3 {
	width: 19px;
	height: 19px;
	position: absolute;
	background: url(../img/about2-2point.png) no-repeat;
	margin-left: 28%;
	top: 415px;
	z-index: 3;
}

.about2-3 {
	width: 650px;
	height: 410px;
	position: absolute;
	background: url(../img/about2-3.jpg) no-repeat;
	transform: translateX(-70%);
	-webkit-transform: translateX(-70%);
	-moz-transform: translateX(-70%);
	-ms-transform: translateX(-70%);
	-o-transform: translateX(-70%);
	margin-left: 50%;
	z-index: 2;
}

.about2-3line {
	width: 50%;
	height: 2px;
	position: absolute;
	background: #b4bbc4;
	right: 0;
	top: 267px;
}

.about2-3cont {
	width: 650px;
	position: absolute;
	margin-left: 36%;
	top: 310px;
	z-index: 3;
	font-size: 14px;
	color: #666;
}

.about2-3cont ul {
	width: 650px;
	list-style: none;
}

.about2-3cont li {
	float: left;
	width: 160px;
	height: 80px;
}

.about2-3cont span {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	height: 34px;
	display: inline-block;
}

.about-new220620 {
	width: 940px;
	margin: 0 auto;
	height: 380px;
}

.about-new220620 ul li {
	float: left;
	width: 280px;
	margin-right: 50px;
}

.about-new220620 ul li img {
	width: 280px;
}

.about-new220620 ul li span {
	font-size: 16px;
	color: #212121;
	font-weight: bold;
	margin: 15px 0 10px;
	display: block;
}

.about-new220620 ul li div {
	font-size: 14px;
	color: #666;
}

line-height:1.2em;
padding-top:20px;
}

.environment {
	width: 858px;
	margin: 30px auto 0;
	position: relative;
}

.environment>h3 {
	font-size: 30px;
	color: #666;
	line-height: 46px;
	font-weight: normal;
	text-align: center;
	position: absolute;
	top: -50px;
	left: 50%;
	margin-left: -117px;
	width: 234px;
}

.environment>h3 b {
	font-size: 48px;
	font-weight: 500;
}

.environment .achievement,
.environment .risk {
	position: absolute;
	left: 69px;
	top: 110px;
	text-align: center;
}

.environment .achievement h4,
.environment .risk h4 {
	font-size: 16px;
	color: #666;
	line-height: 50px;
	margin-bottom: 5px;
	font-weight: 500;
}

.environment .achievement p,
.environment .risk p {
	font-size: 14px;
	height: 53px;
	line-height: 20px;
	color: #666;
	text-align: left;
}

.environment .risk {
	left: auto;
	right: 60px;
}

.environment .small-span1,
.environment .small-span2,
.environment .small-span3,
.environment .small-span4 {
	font-size: 14px;
	color: #fff;
	line-height: 18px;
	position: absolute;
	left: 95px;
	bottom: 79px;
	text-align: center;
}

.environment .small-span1 {
	left: 400px;
	top: 80px;
}

.environment .small-span2 {
	left: 195px;
	bottom: 140px;
}

.environment .small-span3 {
	left: auto;
	right: 205px;
	bottom: 140px;
}

.environment .small-span4 {
	left: auto;
	right: 90px;
	bottom: 83px;
}

.environment .bottom-tips {
	position: absolute;
	bottom: 45px;
	left: 50%;
	color: #666;
	margin-left: -215px;
}

.environment .bottom-tips span {
	color: #6acce8;
}

.environment .bottom-tips i {
	display: inline-block;
	width: 36px;
}

.four-module {
	width: 100%;
	overflow: hidden;
}

.four-module .centerBox {
	width: 860px;
	margin: 46px auto 0;
}

.four-module .centerBox-title {
	text-align: center;
	font-size: 30px;
	color: #352e2c;
	margin-bottom: 70px;
	font-weight: bold;
}

.four-module .centerBox-title b {
	font-size: 42px;
	font-weight: normal;
}

.four-module .centerBox-title img {
	width: 121px;
	height: 119px;
	position: relative;
	top: 25px;
}

.four-module .index-block3-ul {
	overflow: hidden;
	margin-bottom: 55px;
}

.four-module .index-block3-ul li {
	width: 370px;
}

.four-module .index-block3-ul li img {
	display: block;
	margin: 0 auto 38px;
}

.four-module .index-block3-ul li img .imgw1 {
	width: 191px;
	height: 44px;
}

.four-module .index-block3-ul li img .imgw2 {
	width: 140px;
	height: 44px;
}

.four-module .index-block3-ul li img .imgw3 {
	width: 191px;
	height: 42px;
}

.four-module .index-block3-ul li img .imgw4 {
	width: 172px;
	height: 42px;
}

.four-module .index-block3-ul li span {
	display: block;
	width: 370px;
	height: 179px;
	position: relative;
}

.four-module .index-block3-ul li span i {
	width: 119px;
	height: 43px;
	display: inline-block;
	text-align: center;
	line-height: 43px;
	font-style: normal;
	font-size: 14px;
	color: #fff;
	background: #6acce8;
	position: absolute;
	bottom: 22px;
	left: 0;
	cursor: pointer;
}

.four-module .index-block3-ul li span.wangguan1 {
	background: url(../img/four01.jpg) no-repeat;
	background-size: 100% 100%;
}

.four-module .index-block3-ul li span.wangguan2 {
	background: url(../img/four02.jpg) no-repeat;
	background-size: 100% 100%;
}

.four-module .index-block3-ul li span.wangguan3 {
	background: url(../img/four03.jpg) no-repeat;
	background-size: 100% 100%;
}

.four-module .index-block3-ul li span.wangguan4 {
	background: url(../img/four04.jpg) no-repeat;
	background-size: 100% 100%;
}
}

.four-module .index-block3-ul li h4 {
	font-size: 14px;
	color: #000;
	line-height: 30px;
	margin-top: 30px;
	padding: 0 20px;
	font-weight: bold;
}

.four-module .index-block3-ul li p {
	font-size: 14px;
	color: #666;
	line-height: 23px;
	padding: 0;
	padding-right: 30px;
	text-align: justify;
}

.icon-bg {
	height: 282px;
	background: #f6f6f6;
	margin: 30px auto 0;
	padding-top: 62px;
	/*Firefox3.5+*/
	-webkit-box-sizing: border-box;
	/*Safari3.2+*/
	-o-box-sizing: border-box;
	/*Opera9.6*/
	-ms-box-sizing: border-box;
	/*IE8*/
	box-sizing: border-box;
}

.icon-module {
	text-align: center;
	overflow: hidden;
	width: 757px;
	margin: 0 auto;
}

.icon-module li {
	cursor: pointer;
	width: 96px;
	height: 205px;
	margin-right: 36px;
	float: left;
	font-size: 14px;
	line-height: 24px;
}

.icon-module li:last-child {
	margin-right: 0px;
}

.icon-module li .img-div {
	overflow: hidden;
}

.icon-module li .img-div img {
	width: 95px;
}

.icon-module li p {
	margin-top: 15px;
}

/* 大事件 */
.newsBox {
	width: 800px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}

.newsBox-button {
	margin-top: 30px;
	height: 58px;
	border-bottom: 2px #cacaca solid;
}

.newsBox-button p {
	line-height: 58px;
	display: inline-block;
	font-size: 14x;
	color: #666;
	margin: 0 38px 0 6px;
	cursor: pointer;
}

.newsBox-button p span {
	font-size: 18px;
	color: #666;
	margin-right: 7px;
}

.newsBox-button p span.active {
	color: #6acce8;
}

.newsBox-ul li {
	width: 100%;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 27px 0 0 18px;
}

.newsBox-ul li .newsBox-ul-left {
	width: 86px;
	float: left;
}

.newsBox-ul li .newsBox-ul-left p {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	border-bottom: 1px #cbcbcb solid;
	display: inline-block;
	text-align: center;
	padding: 0 5px 5px;
	color: #666;
}

.newsBox-ul li .newsBox-ul-left h4 {
	font-size: 36px;
	line-height: 45px;
	color: #666;
	width: 53px;
	text-align: center;
}

.newsBox-ul li .newsBox-ul-right {
	width: 696px;
	float: right;
	padding-bottom: 30px;
	position: relative;
}

.newsBox-ul li .newsBox-ul-right img {
	width: 240px;
	height: 160px;
	float: left;
}

.newsBox-ul li .newsBox-ul-right-div {
	width: 456px;
	height: 120px;
	float: left;
	padding-left: 35px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.newsBox-ul li .newsBox-ul-right-div h4 {
	color: #333333;
	font-size: 18px;
	margin-top: -9px;
	line-height: 35px;
}

.newsBox-ul li .newsBox-ul-right-div h4 i {
	font-size: 14px;
	color: #999999;
	font-style: normal;
	font-weight: normal;
}

.newsBox-ul li .newsBox-ul-right-div h4 span {
	display: inline-block;
	font-size: 14px;
	color: #6acce8;
	padding: 4px 7px;
	border: 2px #6acce8 solid;
	line-height: 14px;
	font-weight: normal;
}

.newsBox-ul li .newsBox-ul-right-div p {
	height: 42px;
	font-size: 12px;
	line-height: 27px;
	color: #666666;
	padding-bottom: 35px;
	overflow: hidden;
	word-break: break-all;
}

.newsBox-ul li a.newsBox-more {
	width: 96px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	color: #fff;
	font-size: 12px;
	background: #6acce8;
	display: inline-block;
	position: absolute;
	bottom: 32px;
	left: 273px;
}

.newsBox-ul li.active {
	padding: 30px 0 0 18px;
	margin-bottom: 3px;
}

.newsBox-ul li.active .newsBox-ul-left p,
.newsBox-ul li.active .newsBox-ul-left h4 {
	color: #6acce8;
}

.newsBox-ul li.active .newsBox-ul-right {
	border-bottom: 1px #cacaca solid;
}

.newsBox-ul li.active .newsBox-ul-right img {
	width: 335px;
	height: 223px;
}

.newsBox-ul li.active .newsBox-ul-right-div {
	width: 361px;
	height: 223px;
	float: left;
	padding-left: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.newsBox-ul li.active .newsBox-ul-right-div h4 {
	font-weight: bold;
	line-height: 40px;
	margin-top: -9px;
}

.newsBox-ul li.active .newsBox-ul-right-div p {
	height: 68px;
}

.newsBox-ul li.active .newsBox-ul-right-div a {
	left: 30px;
}

.newsBox-ul li.active a.newsBox-more {
	bottom: 2px;
}

.abnews-page {
	text-align: center;
	padding: 65px 0 55px;
}

.abnews-page a {
	font-size: 12px;
	color: #747474;
	padding: 7px 5px;
	margin-right: 8px;
}

.abnews-page a.active {
	color: #666;
	border-bottom: 5px #6acce8 solid;
}

.abnews-page span {
	font-size: 14px;
	color: #747474;
	cursor: pointer;
}

.about-contect {
	width: 800px;
	padding: 40px 0 70px;
	margin: 0 auto;
	position: relative;
}

.about-contect img {
	width: 261px;
	height: 124px;
	margin: 0 auto 65px;
	display: block;
}

.about-contect-div {
	position: relative;
	width: 800px;
	height: 475px;
	background: url(../img/contect-img2.png) no-repeat;
}

.about-contect-div p {
	position: absolute;
}

.about-contect-div p span {
	display: block;
	color: #333333;
	font-size: 24px;
	font-weight: bolder;
	line-height: 35px;
}

.about-contect-div p i {
	display: block;
	color: #333333;
	font-size: 14px;
	line-height: 24px;
	font-style: normal;
}

.about-contect-div p.about-contect-p1 {
	left: 30px;
	top: 23px;
}

.about-contect-div p.about-contect-p2 {
	left: 431px;
	top: 23px;
}

.about-contect-div p.about-contect-p3 {
	left: 30px;
	top: 270px;
}

.about-contect-div p.about-contect-p4 {
	left: 306px;
	top: 270px;
}

.about-contect-div p.about-contect-p5 {
	left: 580px;
	top: 270px;
}

.about-friend {
	width: 100%;
	background: url(../img/earth-bg_01.png) no-repeat;
	background-size: 100%;
}

.about-friend-ul {
	width: 800px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	padding: 130px 0 40px;
}

.about-friend-ul li {
	overflow: hidden;
	padding: 20px 0 20px;
}

.about-friend-ul li div {
	float: left;
	width: 33%;
	overflow: hidden;
}

.about-friend-ul li div img {
	display: block;
}

.about-friend-ul li div p {
	font-size: 12px;
	color: #352e2c;
	line-height: 24px;
	margin-top: 25px;
	padding-right: 15%;
}

.newsDetail {
	width: 100%;
	padding: 0 5% 40px;
	margin: 20px auto 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px #c9c9c9 solid;
}

.newsDetail .newsDetail-title {
	font-size: 24px;
	color: #333;
	text-align: center;
	line-height: 50px;
}

.newsDetail .newsDetail-type {
	font-size: 14px;
	color: #6acce8;
	line-height: 40px;
	margin-bottom: 10px;
}

.newsDetail .newsDetail-type span {
	padding-right: 15px;
}

.newsDetail .newsDetail-content p {
	line-height: 24px;
	font-size: 14px;
	color: #666666;
	margin: 10px 0;
}

.newsDetail .newsDetail-content div {
	line-height: 24px;
	font-size: 14px;
	color: #666666;
	margin: 10px 0;
}

.newsDetail .newsDetail-content img {
	width: 92%;
	display: block;
	margin: 10px auto;
}

.newsDetail .newsDetail-content h5 {
	margin: 10px 0 20px;
	color: #666666;
	font-size: 15px;
	text-align: center;
	font-weight: normal;
}

.newsOther {
	width: 100%;
	padding: 0 5% 25px;
	padding-top: 5px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.newsOther .newsOther-title {
	font-size: 18px;
	color: #666;
	line-height: 55px;
	font-weight: bold;
}

.newsOther ul {
	padding-left: 20px;
}

.newsOther ul li {
	list-style: disc;
	height: 23px;
	line-height: 23px;
}

.newsOther ul li a {
	font-size: 14px;
	color: #6acce8;
}

/* 企业新闻 */
.activityBox {
	width: 100%;
	overflow: hidden;
}

.xunzhan {
	width: 100%;
	background: url(../img/activity_bg_02.jpg) no-repeat;
	background-size: 100%;
}

.xunzhan-center {
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.xunzhan-center .xunzhan-center-title {
	text-align: center;
	font-size: 30px;
	color: #352e2c;
	margin: 60px 0 50px;
	font-weight: bold;
}

.xunzhan-center .xunzhan-center-title img {
	width: 97px;
	height: 86px;
	position: relative;
	top: 10px;
}

.xunzhan-center .xunzhan-center-title b {
	font-size: 42px;
}

.xunzhan-icon {
	overflow: hidden;
}

.xunzhan-icon li {
	width: 134px;
	float: left;
	margin-right: 32px;
}

.xunzhan-icon li.lastli {
	margin-right: 0;
}

.xunzhan-icon li img {
	display: block;
	margin: 0 auto;
}

.xunzhan-icon li img.shenzhen-icon {
	width: 88px;
	height: 90px;
}

.xunzhan-icon li img.shanghai-icon {
	width: 88px;
	height: 90px;
}

.xunzhan-icon li img.beijing-icon {
	width: 88px;
	height: 90px;
}

.xunzhan-icon li p {
	text-align: center;
	font-size: 14px;
	color: #999999;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
}

.xunzhan-circle {
	width: 800px;
	height: 26px;
	margin: 0 auto 2px;
	position: relative;
	overflow: hidden;
	padding-left: 53px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.xunzhan-circle span {
	float: left;
	width: 25px;
	height: 25px;
}

.xunzhan-circle span b {
	width: 13px;
	height: 13px;
	display: block;
	border: 3px #6acce8 solid;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 6px auto 0;
}

.xunzhan-circle span.active {
	border: 3px #ceeef7 solid;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.xunzhan-circle span.active b {
	background: #6acce8;
	border: 0;
	margin-top: 3px;
}

.xunzhan-circle i {
	width: 141px;
	height: 2px;
	background: #d8d8d8;
	float: left;
	margin-top: 12px;
}

.xunzhan-city {
	width: 800px;
	margin: 0 auto 50px;
	position: relative;
	overflow: hidden;
}

.xunzhan-city li {
	width: 134px;
	float: left;
	margin-right: 32px;
}

.xunzhan-city li.lastli {
	margin-right: 0;
}

.xunzhan-city li h4 {
	font-size: 18px;
	color: #6acce8;
	text-align: center;
	margin-bottom: 10px;
}

.xunzhan-city li p {
	font-size: 14px;
	color: #333333;
	line-height: 18px;
	text-align: center;
}

.xunzhanzhuti {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.xunzhanzhuti .xunzhan-center-title {
	text-align: center;
	font-size: 30px;
	color: #352e2c;
	margin: 5px 0 5px;
	font-weight: bold;
}

.xunzhanzhuti .xunzhan-center-title img {
	width: 97px;
	height: 86px;
	position: relative;
	top: 10px;
}

.xunzhanzhuti .xunzhan-center-title b {
	font-size: 42px;
}

.xinzhanzhuti-content {
	width: 100%;
	height: 420px;
	margin-bottom: 50px;
	background: url(../img/xunzhanzhuti-bg_02.jpg) no-repeat center;
}

.xunzhanzhuti-bottom {
	width: 800px;
	height: 420px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.xunzhanzhuti-bottom h4 {
	font-size: 24px;
	color: #fff;
	line-height: 32px;
	margin-bottom: 20px;
}

.xunzhanzhuti-bottom p {
	font-size: 12px;
	color: #fff;
	line-height: 24px;
}

.xunzhanzhuti-bottom .xunzhan-left {
	width: 40%;
	float: left;
	margin: 110px 0 0 20px;
}

.xunzhanzhuti-bottom .xunzhan-right {
	width: 40%;
	float: right;
	margin: 110px 10px 0 0;
}

.xunzhan-imgs {
	width: 100%;
	height: 456px;
	background: #f6f6f6;
	overflow: hidden;
}

.xunzhan-imgs img {
	display: block;
	margin: 54px auto 0;
}

.xunzhan-history {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.xunzhan-history .xunzhan-center-title {
	text-align: center;
	font-size: 30px;
	color: #352e2c;
	margin: 50px 0 5px;
	font-weight: bold;
}

.xunzhan-history .xunzhan-center-title img {
	width: 102px;
	height: 67px;
	position: relative;
	top: -26px;
	left: 51px;
}

.xunzhan-history .xunzhan-center-title b {
	font-size: 42px;
}

.xunzhan-history-content {
	width: 100%;
}

.xunzhan-history-content-left,
.xunzhan-history-content-right {
	width: 48%;
	float: left;
}

.xunzhan-history-content-left li,
.xunzhan-history-content-right li {
	width: 100%;
	margin-bottom: 70px;
	overflow: hidden;
}

.xunzhan-history-content-left li img,
.xunzhan-history-content-right li img {
	display: block;
	float: left;
	width: 182px;
}

.xunzhan-history-content-left li div,
.xunzhan-history-content-right li div {
	width: 250px;
	float: right;
}

.xunzhan-history-content-left li div h4,
.xunzhan-history-content-right li div h4 {
	font-size: 24px;
	color: #666;
	line-height: 36px;
}

.xunzhan-history-content-left li div h6,
.xunzhan-history-content-right li div h6 {
	font-size: 12px;
	color: #666;
	line-height: 26px;
	margin: 0 0 8px 0;
	font-weight: normal;
}

.xunzhan-history-content-left li div p,
.xunzhan-history-content-right li div p {
	font-size: 12px;
	color: #666;
	line-height: 24px;
	margin-bottom: 20px;
}

.xunzhan-history-content-left li div a,
.xunzhan-history-content-right li div a {
	display: block;
	width: 88px;
	height: 31px;
	background: #6acce8;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	line-height: 31px;
	text-align: center;
	font-size: 12px;
	color: #fff;
}

.xunzhan-history-content-right {
	float: right;
	background: url(../img/xunzhan-history2.png) no-repeat top right;
	padding-top: 196px;
	margin-top: -35px;
}

/* 企业活动 */
.channel-box {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.channel-box-bg {
	width: 100%;
}

.channel-block2 {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.channel-box-title {
	text-align: center;
	font-size: 24px;
	color: #352e2c;
	margin: 60px 0 50px;
	font-weight: bold;
}

.channel-box-title img {
	width: 61px;
	height: 52px;
	position: relative;
	top: -15px;
}

.channel-box-title b {
	font-size: 36px;
}

.channel-block2-ul {
	width: 950px;
	margin: 40px auto;
}

.channel-block2-ul li {
	width: 206px;
	height: 290px;
	float: left;
	margin-right: 42px;
	position: relative;
	background: #fff;
	border: 1px #666666 solid;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.channel-block2-ul li .channel-num1-icon {
	display: block;
	margin: 0 auto;
}

.channel-block2-ul li.lastli {
	margin-right: 0;
}

.channel-block2-ul li .channel-num1,
.channel-block2-ul li .channel-num2,
.channel-block2-ul li .channel-num3,
.channel-block2-ul li .channel-num4 {
	width: 39px;
	height: 34px;
	display: block;
	background: #fff url(../img/channel-num1.png) no-repeat center;
	position: relative;
	top: -19px;
	left: 50%;
	margin-left: -17px;
}

.channel-block2-ul li .channel-num2 {
	background: #fff url(../img/channel-num2.png) no-repeat center;
}

.channel-block2-ul li .channel-num3 {
	background: #fff url(../img/channel-num3.png) no-repeat center;
}

.channel-block2-ul li .channel-num4 {
	background: #fff url(../img/channel-num4.png) no-repeat center;
}

.channel-block2-ul li h4 {
	font-size: 18px;
	color: #666;
	line-height: 22px;
	height: 40px;
	text-align: center;
	padding-bottom: 10px;
}

.channel-block2-ul li p {
	width: 75%;
	margin: 0 auto;
	font-size: 12px;
	color: #666666;
	line-height: 24px;
	height: 24px;
	text-align: center;
}

.channel-block3 {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.channel-block3-bg {
	width: 100%;
	min-height: 470px;
	display: block;
	height: 470px;
}

.channel-block3-conatiner {
	width: 53.5%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.channel-block3-box {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -230px 0 0 -230px;
}

.channel-block3-top {
	width: 518px;
	height: 106px;
	line-height: 136px;
	text-align: right;
	border-bottom: 1px #49709a solid;
	overflow: hidden;
	margin-bottom: 40px;
}

.channel-block3-top img {
	width: 236px;
	height: 53px;
	margin-top: 31px;
	display: block;
	float: left;
}

.channel-block3-top a {
	color: #00b7ee;
	font-size: 16px;
}

.channel-block3-center {
	position: relative;
	overflow: hidden;
	height: 92px;
}

.channel-block3-center .p1 {
	width: 70px;
	height: 66px;
	background: url(../img/channel-block3-icon1.png) no-repeat center top;
	background-size: 38px 35px;
	padding-top: 45px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	float: left;
}

.channel-block3-center .p2 {
	width: 138px;
	height: 66px;
	background: url(../img/channel-block3-icon2.png) no-repeat center top;
	background-size: 36px 33px;
	padding-top: 45px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	float: left;
}

.channel-block3-center .p3 {
	width: 100px;
	height: 66px;
	background: url(../img/channel-block3-icon3.png) no-repeat center top;
	background-size: 31px 31px;
	padding-top: 45px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	float: left;
}

.channel-block3-center .p4 {
	width: 90px;
	height: 66px;
	background: url(../img/channel-block3-icon4.png) no-repeat center top;
	background-size: 34px 31px;
	padding-top: 45px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	float: left;
}

.channel-block3-center .p5 {
	width: 70px;
	height: 66px;
	background: url(../img/channel-block3-icon5.png) no-repeat center top;
	background-size: 39px 32px;
	padding-top: 45px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	float: left;
}

.channel-block3-center span {
	display: block;
	width: 25px;
	height: 16px;
	background: url(../img/channel-block-lanjiantou.png) no-repeat;
	position: absolute;
}

.channel-block3-center span.span1 {
	top: 14px;
	left: 73px;
}

.channel-block3-center span.span2 {
	top: 14px;
	left: 180px;
}

.channel-block3-center span.span3 {
	top: 14px;
	left: 285px;
}

.channel-block3-center span.span4 {
	top: 14px;
	left: 375px;
}

.channel-block3-bottom {
	width: 528px;
}

.channel-block3-bottom-left,
.channel-block3-bottom-right {
	width: 170px;
	float: left;
}

.channel-block3-bottom-left p,
.channel-block3-bottom-right p {
	font-size: 12px;
	color: #d3d5d8;
	line-height: 24px;
	position: relative;
}

.channel-block3-bottom-left p b,
.channel-block3-bottom-right p b {
	width: 10px;
	height: 10px;
	display: block;
	border: 3px #00b7ee solid;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 8px;
	left: -18px;
}

.channel-block3-bottom-right {
	float: right;
}

.channel-block4 {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.channel-block4-bg {
	width: 100%;
	min-height: 500px;
	display: block;
	height: 500px;
}

.channel-block4-container {
	width: 64.5%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

.channel-block4-box {
	position: absolute;
	top: 50%;
	left: 55%;
	margin: -190px 0 0 -210px;
}

.channel-block4-top {
	width: 455px;
	height: 47px;
	/*background: url(../img/channel-block4-logo.png) no-repeat left top;*/
	overflow: hidden;
	border-bottom: 1px #e1e1e1 solid;
}

.channel-block4-top p {
	margin-top: 20px;
	font-size: 14px;
	color: #005a96;
	font-weight: bold;
}

.channel-block4-top p a {
	font-size: 16px;
	color: #005a96;
	float: right;
}

.channel-block4-center {
	width: 455px;
	height: 123px;
	background: url(../img/channel-block4-icon.png) no-repeat left top;
	margin: 34px 0;
	position: relative;
}

.channel-block4-center span {
	font-size: 12px;
	color: #333333;
	position: absolute;
}

.channel-block4-center span.block4-span1 {
	top: 95px;
	left: 5px;
}

.channel-block4-center span.block4-span2 {
	top: 95px;
	left: 98px;
	text-align: center;
}

.channel-block4-center span.block4-span3 {
	top: 95px;
	left: 185px;
	text-align: center;
}

.channel-block4-center span.block4-span4 {
	top: 5px;
	left: 323px;
}

.channel-block4-center span.block4-span5 {
	top: 53px;
	left: 323px;
}

.channel-block4-center span.block4-span6 {
	top: 102px;
	left: 323px;
}

.channel-block4-bottom {
	width: 455px;
}

.channel-block4-bottom .channel-block4-bottom-left,
.channel-block4-bottom .channel-block4-bottom-right {
	width: 204px;
	float: left;
}

.channel-block4-bottom .channel-block4-bottom-left p,
.channel-block4-bottom .channel-block4-bottom-right p {
	font-size: 12px;
	color: #666666;
	line-height: 24px;
	position: relative;
}

.channel-block4-bottom .channel-block4-bottom-left p b,
.channel-block4-bottom .channel-block4-bottom-right p b {
	width: 10px;
	height: 10px;
	display: block;
	border: 3px #7ad1d5 solid;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 8px;
	left: -18px;
}

.channel-block4-bottom .channel-block4-bottom-right {
	float: right;
}

.channel-block5 {
	padding: 30px 0 70px;
	overflow: hidden;
}

.channel-block5>h4 {
	font-size: 24px;
	color: #666;
	text-align: center;
	line-height: 40px;
}

.channel-block5>p {
	font-size: 12px;
	color: #666;
	text-align: center;
	line-height: 30px;
}

.channel-block5-ul {
	width: 790px;
	padding-top: 70px;
	margin: 40px auto 0;
	background: url(../img/channel-block5-logo.png) no-repeat left top;
	background-size: 790px;
	overflow: hidden;
}

.channel-block5-ul li {
	width: 187px;
	float: left;
}

.channel-block5-ul li p {
	font-size: 14px;
	color: #666;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
}

.channel-block5-ul li span {
	display: block;
	font-size: 12px;
	color: #666;
	height: 24px;
	line-height: 24px;
}

.channel-block5-ul li a {
	font-size: 12px;
	color: #76cfe9;
	display: block;
	height: 24px;
	line-height: 24px;
}

/* 企业活动 */
.channelaccount-block1 {
	width: 100%;
	height: 530px;
	background: #fff url(../img/account-money_06.jpg) no-repeat top right;
	overflow: hidden;
}

.channelaccount-block1 .account1-title {
	width: 800px;
	text-align: center;
	font-size: 18px;
	color: #666;
	margin: 20px auto 0;
	padding: 60px 0 50px;
	font-weight: bold;
	background: url(../img/account-block1-bg1_03.png) no-repeat;
	background-position-x: 221px;
	background-position-y: 9px;
}

.channelaccount-block1 .account1-title b {
	font-size: 30px;
}

.channelaccount-block1 .account1-title img {
	width: 46px;
	height: 43px;
	position: relative;
	top: -15px;
}

.account1-ul {
	width: 800px;
	height: 350px;
	margin: 0 auto;
}

.account1-ul li {
	width: 178px;
	height: 252px;
	border: 1px #b4b4b4 solid;
	margin-right: 29px;
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	padding-top: 24px;
	background: #fff;
}

.account1-ul li span {
	width: 68px;
	height: 53px;
	display: block;
	position: absolute;
	top: -23px;
	left: 50%;
	margin-left: -34px;
}

.account1-ul li span.account1-num1 {
	background: #fff url(../img/account-block12.png) no-repeat center center;
}

.account1-ul li span.account1-num2 {
	background: #fff url(../img/account-block13.png) no-repeat center center;
}

.account1-ul li span.account1-num3 {
	background: #fff url(../img/account-block14.png) no-repeat center center;
}

.account1-ul li span.account1-num4 {
	background: #fff url(../img/account-block15.png) no-repeat center center;
}

.account1-ul li h4 {
	font-size: 14px;
	color: #666;
	line-height: 40px;
	height: 40px;
	text-align: center;
}

.account1-ul li p {
	width: 75%;
	margin: 0 auto;
	font-size: 12px;
	color: #666666;
	line-height: 24px;
	height: 24px;
	text-align: center;
}

.account1-ul li.lst {
	float: right;
	margin-right: 0;
}

.channelaccount-block2 {
	width: 100%;
	overflow: hidden;
	background: #fff url(../img/account-block2-bg_02.jpg) no-repeat;
	background-size: 100%;
}

.channelaccount-block2-box {
	width: 100%;
	overflow: hidden;
	margin: 30px auto 0;
}

.channelaccount-block2-top {
	width: 370px;
	height: 110px;
	margin: 0 auto;
	font-size: 18px;
	color: #fff;
	background: url(../img/account-block2-bg2_03.png) no-repeat left top;
	padding: 68px 0 0 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.channelaccount-block2-top b {
	font-size: 30px;
	font-weight: normal;
}

.account2-ul {
	width: 800px;
	overflow: hidden;
	margin: 24px auto 0;
}

.account2-ul li {
	width: 181px;
	height: 240px;
	margin-right: 25px;
	float: left;
	overflow: hidden;
}

.account2-ul li.account2-num1 {
	background: #fff url(../img/account-block21_06.jpg) no-repeat;
}

.account2-ul li.account2-num2 {
	background: #fff url(../img/account-block22_06.jpg) no-repeat;
}

.account2-ul li.account2-num3 {
	background: #fff url(../img/account-block23_06.jpg) no-repeat;
}

.account2-ul li.account2-num4 {
	background: #fff url(../img/account-block24_06.jpg) no-repeat;
}

.account2-ul li h3 {
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	width: 80%;
	margin: 24px auto 0;
}

.account2-ul li p {
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	width: 80%;
	margin: 0 auto;
}

.account2-ul li.lst {
	float: right;
	margin-right: 0;
}

.account2-bottom {
	width: 800px;
	overflow: hidden;
	margin: 24px auto 0;
}

.account2-bottom-top {
	width: 800px;
	text-align: center;
	font-size: 18px;
	color: #666;
	margin: auto 0;
	padding: 115px 0 30px;
	font-weight: bold;
	background: url(../img/account-block3-bg3_03.png) no-repeat;
	background-position-x: 154px;
	background-position-y: 52px;
}

.account2-bottom-top b {
	font-size: 30px;
}

.account2-bottom-top img {
	width: 40px;
	height: 41px;
	position: relative;
	top: -15px;
}

.account2-bottom-ul {
	width: 100%;
	overflow: hidden;
}

.account2-bottom-ul li {
	width: 50%;
	height: 200px;
	float: left;
	background: url(../img/account-block2-qianbi.png) no-repeat left;
	padding: 30px 50px 0 170px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.account2-bottom-ul li h3 {
	font-size: 18px;
	color: #666;
	line-height: 28px;
}

.account2-bottom-ul li p {
	font-size: 12px;
	color: #666;
	line-height: 26px;
}

.account2-bottom-ul li.lst {
	background: url(../img/account-block2-jisuanqi.png) no-repeat left;
	padding: 30px 33px 0 150px;
}

.channelaccount-block3 {
	width: 100%;
	min-height: 610px;
	height: 1300px;
	margin-top: 70px;
	overflow: hidden;
}

.channelaccount-block3-bg {
	width: 100%;
	min-height: 610px;
	background: url(../img/account3_bg_02.jpg) no-repeat left top;
	background-size: 100%;
}

.channelaccount-block3-top {
	width: 800px;
	overflow: hidden;
	margin: 0 auto;
}

.channelaccount-block3-top .account3-top-title {
	text-align: center;
	font-size: 18px;
	color: #666;
	margin: 100px 0 40px;
	font-weight: bold;
}

.channelaccount-block3-top .account3-top-title span {
	background: #fff;
}

.channelaccount-block3-top .account3-top-title span b {
	font-size: 30px;
}

.channelaccount-block3-top .account3-top-title img {
	width: 51px;
	height: 36px;
	position: relative;
	top: 0px;
	margin-right: 10px;
}

.channelaccount-block3-top .account3-top-content {
	width: 800px;
	height: 216px;
	background: #fff;
}

.channelaccount-block3-top .account3-top-content div {
	width: 45%;
	float: left;
	padding: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.channelaccount-block3-top .account3-top-content div img {
	display: block;
	margin: 0 auto 20px;
}

.channelaccount-block3-top .account3-top-content div h3 {
	margin: 0 10px 0 20px;
	font-size: 18px;
	color: #666;
	line-height: 40px;
}

.channelaccount-block3-top .account3-top-content div p {
	margin-left: 20px;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	width: 270px;
}

.channelaccount-block3-bottom {
	width: 100%;
	min-height: 800px;
	overflow: hidden;
	background: url(../img/account311.png) no-repeat left bottom;
	position: relative;
	top: -120px;
}

.channelaccount-block3-bottom .cardHand {
	position: absolute;
	right: 0;
	top: 37%;
	z-index: 99;
}

.account3-bottom-top {
	width: 800px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	z-index: 9;
}

.account3-bottom-top .account3-bottom-top-title {
	text-align: center;
	font-size: 18px;
	color: #666;
	padding: 100px 0 50px;
	font-weight: bold;
	background: url(../img/account-block5-bg5_03.png) no-repeat;
	background-position-x: 218px;
	background-position-y: 33px;
}

.account3-bottom-top .account3-bottom-top-title b {
	font-size: 30px;
}

.account3-bottom-top .account3-bottom-top-title img {
	width: 30px;
	height: 40px;
	position: relative;
	top: 0px;
	margin-right: 10px;
}

.account3-bottom-top-ul {
	width: 100%;
}

.account3-bottom-top-ul li {
	float: left;
	width: 353px;
	height: 207px;
	position: relative;
	border: 1px #b4b4b4 solid;
	padding-top: 37px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.account3-bottom-top-ul li span {
	display: block;
	width: 100px;
	height: 56px;
	position: absolute;
	background: #fff url(../img/account35.png) no-repeat center center;
	top: -28px;
	left: 50%;
	margin-left: -50px;
}

.account3-bottom-top-ul li h3 {
	font-size: 18px;
	color: #666;
	line-height: 40px;
	text-align: center;
}

.account3-bottom-top-ul li p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	width: 75%;
	margin: 0 auto;
}

.account3-bottom-top-ul li.lst {
	float: right;
}

.account3-bottom-top-ul li.lst span {
	background: #fff url(../img/account36.png) no-repeat center center;
}

.account3-bottom-bottom {
	width: 800px;
	height: 333px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	margin-top: -80px;
}

.account3-bottom-bottom .account3-bottom-bottom-title {
	text-align: center;
	font-size: 18px;
	color: #666;
	margin: 150px 0 40px;
	font-weight: bold;
}

.account3-bottom-bottom .account3-bottom-bottom-title b {
	font-size: 30px;
}

.account3-bottom-bottom .account3-bottom-bottom-title img {
	width: 36px;
	height: 35px;
	position: relative;
	top: 0px;
	margin-right: 10px;
}

.account3-bottom-bottom-ul {
	width: 100%;
	position: relative;
}

.account3-bottom-bottom-ul li {
	width: 50%;
	height: 150px;
	float: left;
	padding: 0 4px 0 203px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: url(../img/account39.png) no-repeat;
}

.account3-bottom-bottom-ul li h3 {
	font-size: 18px;
	color: #666;
	line-height: 40px;
}

.account3-bottom-bottom-ul li p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
}

.account3-bottom-bottom-ul li.lst {
	padding: 0 10px 0 185px;
	background: url(../img/account310.png) no-repeat;
	background-position-x: 48px;
}

/* 对账 */
.service1 {
	width: 100%;
	height: 690px;
	padding-top: 55px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: url(../img/service11.png) no-repeat right top;
}

.service1 h3 {
	height: 80px;
	line-height: 112px;
	font-size: 24px;
	color: #333333;
	text-align: center;
	background: url(../img/service13.png) no-repeat center top;
	margin-bottom: 52px;
}

.service1 img {
	display: block;
	margin: 0 auto 50px;
}

.service1 p {
	font-size: 18px;
	color: #666;
	text-align: center;
}

.service1 h4 {
	font-size: 18px;
	color: #666;
	text-align: center;
	line-height: 32px;
}

.service1 h4 span {
	display: inline-block;
	padding-bottom: 7px;
}

.service1-2 {
	width: 100%;
	height: 700px;
	padding-top: 55px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #f8f8f8 url(../img/zixun-bg.png) no-repeat right top;
}

.service1-2-top-center h3 {
	height: 80px;
	line-height: 122px;
	font-size: 24px;
	color: #333333;
	text-align: center;
	background: url(../img/service-cs.png) no-repeat center top;
	margin-bottom: 52px;
}

.service1-2-center {
	width: 800px;
	overflow: hidden;
	margin: 55px auto 0;
}

.service1-2-center li h4 {
	color: #333;
	font-size: 14px;
	line-height: 1.5rem;
}

.service1-2-center li p {
	color: #666;
	font-size: 14px;
	line-height: 1.5rem;
}


.service2 {
	width: 100%;
	height: 1290px;
	background: #f6f6f6 url(../img/service2-bg_02.jpg) no-repeat;
	background-size: 100% auto;
	background-position-y: 355px;
}

.service2-center {
	width: 800px;
	overflow: hidden;
	margin: 75px auto 0;
}

.service2-center>h3 {
	font-size: 24px;
	color: #333333;
	line-height: 35px;
	text-align: center;
	margin: 100px 0 55px 0;
}

.service2-center-ul {
	width: 100%;
	overflow: hidden;
}

.service2-center-ul li {
	width: 252px;
	float: left;
	margin-right: 22px;
	background: #fff;
}

.service2-center-ul li.lst {
	margin-right: 0;
	float: right;
}

.service2-center-ul li img {
	width: 100%;
	margin-bottom: 12px;
}

.service2-center-ul li h4 {
	font-size: 18px;
	color: #333333;
	line-height: 26px;
	padding-left: 12px;
}

.service2-center-ul li p {
	font-size: 14px;
	color: #666;
	line-height: 19px;
	padding: 0 5px 0 12px;
	margin-bottom: 35px;
}

.service2-ul2 {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}

.service2-ul2 li {
	width: 50%;
	height: 150px;
	float: left;
	background: url(../img/service26.png) no-repeat left center;
	padding: 20px 0 0 85px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.service2-ul2 li h4 {
	font-size: 18px;
	color: #959595;
	line-height: 22px;
}

.service2-ul2 li p {
	font-size: 16px;
	color: #959595;
	line-height: 24px;
	padding-top: 10px;
}

.service2-ul2 li.lst {
	background: url(../img/service27.png) no-repeat left center;
}

.service2-div {
	margin-top: 40px;
}

.service2-div h4 {
	font-size: 18px;
	color: #666;
	text-align: center;
}

.service2-div p {
	font-size: 18px;
	color: #666;
	text-align: center;
	line-height: 32px;
	font-weight: normal;
}

.service2-div p span {
	display: inline-block;
	border-bottom: 3px #033333 solid;
	padding-bottom: 7px;
}

.service3 {
	width: 100%;
	height: 860px;
	overflow: hidden;
	background-size: 100%;
}

.service3-top {
	width: 100%;
	height: 360px;
	background: url(../img/service3-bg_02.jpg) no-repeat center;
	background-size: 130%;
	overflow: hidden;
}

.service3-top.service3-top1 {
	background: url(../img/service3-bg_03.jpg) no-repeat center;
	background-size: 130%;
}

.service3-top.service3-top1 .service3-top-center {
	background: url(../img/service211.png) no-repeat center;
	background-position-y: 78px;
}

.service3-top .service3-top-center {
	width: 100%;
	height: 360px;
	background: url(../img/service31.png) no-repeat center;
	background-position-y: 60px;
	overflow: hidden;
}

.service3-top h3 {
	font-size: 24px;
	color: #fff;
	line-height: 36px;
	text-align: center;
	margin-top: 100px;
}

.service3-top h4 {
	font-size: 16px;
	color: #edebeb;
	line-height: 40px;
	font-weight: normal;
	text-align: center;
	margin-top: 2%;
}

.service3-top p {
	font-size: 16px;
	color: #edebeb;
	line-height: 40px;
	text-align: center;
}

.service3-top p span {
	display: inline-block;
	border-bottom: 3px #ffffff solid;
	padding-bottom: 7px;
}

.service3-bottom {
	width: 100%;
	height: 480px;
	margin: 0 auto;
	background: #666;
}

.service3-bottom .service3-bottom-center {
	width: 800px;
	margin: 0 auto;
}

.service3-bottom img {
	display: block;
	float: left;
	margin-top: 73px;
}

.service3-bottom .service3-bottom-ul {
	width: 400px;
	float: right;
	margin-top: 62px;
}

.service3-bottom .service3-bottom-ul li {
	height: 50px;
	background: url(../img/service33.png) no-repeat left center;
	background-size: auto 100%;
	padding-left: 75px;
	margin-bottom: 25px;
}

.service3-bottom .service3-bottom-ul li.lst1 {
	background: url(../img/service34.png) no-repeat left center;
	background-size: auto 100%;
}

.service3-bottom .service3-bottom-ul li.lst2 {
	background: url(../img/service35.png) no-repeat left center;
	background-size: auto 100%;
}

.service3-bottom .service3-bottom-ul li.lst3 {
	background: url(../img/service36.png) no-repeat left center;
	background-size: auto 100%;
}

.service3-bottom .service3-bottom-ul li.lst4 {
	background: url(../img/service37.png) no-repeat left center;
	background-size: auto 100%;
}

.service3-bottom .service3-bottom-ul li h4 {
	font-size: 18px;
	color: #fff;
	line-height: 23px;
}

.service3-bottom .service3-bottom-ul li p {
	font-size: 16px;
	color: #fff;
}

.service4 {
	width: 100%;
	height: 510px;
	background: #fff url(../img/service43.png) no-repeat right;
	background-size: 40%;
	background-position-y: -20px;
	overflow: hidden;
}

.service4 .service4-center {
	width: 800px;
	height: 510px;
	margin: 55px auto 0;
}

.service4 .service4-center>p {
	font-size: 24px;
	color: #666;
	font-weight: bold;
}

.service4 .service4-box {
	width: 800px;
	height: 200px;
	margin-bottom: 39px;
}

.service4 .service4-box .fir1 {
	width: 400px;
	height: 200px;
	float: left;
	background: url(../img/service41.jpg) no-repeat center center;
}

.service4 .service4-box .fir2 {
	width: 400px;
	height: 200px;
	float: right;
	background: url(../img/service42.png) no-repeat center;
	background-position-y: 90px;
}

.service4-bottom {
	width: 100%;
	height: 176px;
}

.service4-bottom p {
	width: 162px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	font-size: 23px;
	color: #fff;
	background: #6acce8;
	font-weight: bold;
	margin: 0 0 18px 64px;
}

.service4-bottom div {
	background: url(../img/service44.png) no-repeat left;
	padding-left: 92px;
}

.service4-bottom div h4 {
	font-weight: normal;
	color: #333333;
	font-size: 24px;
	line-height: 32px;
}

/* B2B营销社区 */
.b2bbox1 {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}

.b2b1 {
	width: 810px;
	overflow: hidden;
	margin: 0 auto;
	padding: 80px 0 50px;
	background: url(../img/b2b_title1.png) no-repeat;
	background-position: 150px 60px;
}

.b2b1 .b2b1-title1 {
	font-size: 30px;
	color: #666;
	text-align: center;
}

.b2b2 {
	width: 850px;
	height: 400px;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px 0 50px;
	background: url(../img/b2b_cont1.png) no-repeat left;
}

.b2b2cont1 {
	width: 200px;
	position: relative;
	left: 50%;
	margin-left: 20px;
}

.b2b2title {
	width: 392px;
	height: 34px;
	position: absolute;
	top: 80px;
	font-size: 19px;
	font-weight: bold;
	line-height: 34px;
	padding-left: 10px;
	background: url(../img/b2b_title1bg.png) no-repeat;
}

.b2b2title2 {
	width: 392px;
	height: 39px;
	position: absolute;
	background: url(../img/b2b_icon1.png) no-repeat left;
	padding-left: 45px;
	font-size: 18px;
	font-weight: bold;
	line-height: 39px;
	top: 160px;
}

.b2bline {
	width: 230px;
	position: absolute;
	border-bottom: 1px #e0e0e0 solid;
	top: 210px;
}

.b2b2cont {
	width: 392px;
	position: absolute;
	top: 230px;
	color: #666;
	font-size: 14px;
}

.b2b3 {
	width: 850px;
	height: 375px;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px 0 50px;
	background: url(../img/b2b_cont2.png) no-repeat right;
}

.b2b3cont1 {
	width: 200px;
	position: relative;
	margin-left: 20px;
}

.b2b3title {
	width: 392px;
	height: 34px;
	position: absolute;
	top: 80px;
	font-size: 19px;
	font-weight: bold;
	line-height: 34px;
	padding-left: 10px;
	background: url(../img/b2b_title2bg.png) no-repeat;
}

.b2b3title2 {
	width: 392px;
	height: 39px;
	position: absolute;
	background: url(../img/b2b_icon2.png) no-repeat left;
	padding-left: 45px;
	font-size: 18px;
	font-weight: bold;
	line-height: 39px;
	top: 160px;
}

.b2b4 {
	width: 850px;
	height: 400px;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px 0 50px;
	background: url(../img/b2b_cont3.png) no-repeat left;
}

.b2b4cont1 {
	width: 200px;
	position: relative;
	margin-left: 20px;
	left: 50%;
}

.b2b4title {
	width: 392px;
	height: 34px;
	position: absolute;
	top: 80px;
	font-size: 19px;
	font-weight: bold;
	line-height: 34px;
	padding-left: 10px;
	background: url(../img/b2b_title3bg.png) no-repeat;
}

.b2b4title2 {
	width: 392px;
	height: 39px;
	position: absolute;
	background: url(../img/b2b_icon3.png) no-repeat left;
	padding-left: 45px;
	font-size: 18px;
	font-weight: bold;
	line-height: 39px;
	top: 160px;
}

.b2b5 {
	width: 850px;
	height: 415px;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px 0 50px;
	background: url(../img/b2b_cont4.png) no-repeat right;
}

.b2b5cont1 {
	width: 200px;
	position: relative;
	margin-left: 20px;
}

.b2b5title {
	width: 392px;
	height: 34px;
	position: absolute;
	top: 80px;
	font-size: 19px;
	font-weight: bold;
	line-height: 34px;
	padding-left: 10px;
	background: url(../img/b2b_title4bg.png) no-repeat left;
}

.b2b5title2 {
	width: 392px;
	height: 39px;
	position: absolute;
	background: url(../img/b2b_icon4.png) no-repeat left;
	padding-left: 45px;
	font-size: 18px;
	font-weight: bold;
	line-height: 39px;
	top: 160px;
}

/* 智能分析 */
.analybox1 {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}

.analybox-new1 {
	width: 100%;
	overflow: hidden;
}

.analysis-img1 {
	width: 1109px;
	height: 519px;
	margin: 50px auto;
	background: url(../img/analysis-img1.png) no-repeat;
}

.analysis-img1 div {
	float: right;
	width: 350px;
	margin: 100px 30px 0 0;
	color: #fff;
	font-size: 14px;
	line-height: 36px;
	text-align: justify;
}

.analybox-new2 {
	width: 100%;
	background: url(../img/analysis-img2.png) no-repeat;
	background-size: cover;
}

.analysis-newcont {
	width: 1035px;
	margin: 0 auto;
}

.analysis-newcont .analysis-newcont1 {
	width: 785px;
	height: 213px;
	background: url(../img/analysis-img-1.png) no-repeat;
	padding: 100px 0 0 250px;
}

.analysis-newcont .analysis-newcont1 h3 {
	font-size: 18px;
	font-weight: bold;
	background: url(../img/finance-titleline.png) no-repeat left center;
}

.analysis-newcont .analysis-newcont1 p {
	font-size: 14px;
	color: #666666;
	margin-top: 10px;
}

.analysis-newcont .analysis-newcont2 {
	width: 485px;
	height: 193px;
	background: url(../img/analysis-img-2.png) no-repeat;
	padding: 120px 0 0 550px;
	margin: 100px 0;
}

.analysis-newcont .analysis-newcont2 h3 {
	font-size: 18px;
	font-weight: bold;
	background: url(../img/finance-titleline.png) no-repeat left center;
}

.analysis-newcont .analysis-newcont2 p {
	font-size: 14px;
	color: #666666;
	margin-top: 10px;
}

.analysis-newcont .analysis-newcont3 {
	width: 785px;
	height: 213px;
	background: url(../img/analysis-img-3.png) no-repeat;
	padding: 100px 0 0 250px;
}

.analysis-newcont .analysis-newcont3 h3 {
	font-size: 18px;
	font-weight: bold;
	background: url(../img/finance-titleline.png) no-repeat left center;
}

.analysis-newcont .analysis-newcont3 p {
	font-size: 14px;
	color: #666666;
	margin-top: 10px;
}

.analysis-newcont .analysis-newcont4 {
	width: 485px;
	height: 213px;
	background: url(../img/analysis-img-4.png) no-repeat;
	padding: 100px 0 0 550px;
	margin-bottom: 100px;
}

.analysis-newcont .analysis-newcont4 h3 {
	font-size: 18px;
	font-weight: bold;
	background: url(../img/finance-titleline.png) no-repeat left center;
}

.analysis-newcont .analysis-newcont4 p {
	font-size: 14px;
	color: #666666;
	margin-top: 10px;
}

.analysis1 {
	width: 850px;
	height: 421px;
	overflow: hidden;
	margin: 0 auto;
	background: url(../img/analysis1-bg.jpg) no-repeat;
	color: #666;
	position: relative;
}

.analysis-cont1 {
	width: 360px;
	overflow: hidden;
	position: absolute;
	top: 40px;
	left: 40px;
}

.analysis-cont1 h4 {
	font-size: 18px;
	font-weight: bold;
}

.analysis-cont1 .analysis1-title1 {
	height: 37px;
	margin: 30px 0;
	background: url(../img/analysis1-icon1.png) no-repeat left;
	font-size: 14px;
	padding-left: 40px;
}

.analysis-cont1 .analysis1-title2 {
	height: 37px;
	margin: 30px 0;
	background: url(../img/analysis1-icon2.png) no-repeat left;
	font-size: 14px;
	padding-left: 40px;
}

.analysis-cont1 .analysis1-title3 {
	height: 37px;
	margin: 30px 0;
	background: url(../img/analysis1-icon3.png) no-repeat left;
	font-size: 14px;
	padding-left: 40px;
}

.analysis-cont1 .analysis1-title4 {
	height: 37px;
	margin: 30px 0;
	background: url(../img/analysis1-icon4.png) no-repeat left;
	font-size: 14px;
	padding-left: 40px;
}

.analysis2 {
	width: 100%;
	height: 549px;
	overflow: hidden;
	margin: 70px auto;
	background: url(../img/analysis2-bg.jpg) no-repeat 0 20px;
	background-size: 55%;
	color: #4e4e4e;
	position: relative;
}

.analysis-cont2 {
	width: 420px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	padding-left: 20px;
}

.analysis-cont2 .analysis2-title1 {
	height: 27px;
	background: url(../img/analysis2-icon1.png) no-repeat left top;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 0 0 50px;
}

.analysis-cont2 .analysis2-txt1 {
	height: 80px;
	font-size: 14px;
	color: #666;
}

.analysis-cont2 .analysis2-title2 {
	height: 27px;
	background: url(../img/analysis2-icon2.png) no-repeat left top;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 0 0 50px;
}

.analysis-cont2 .analysis2-txt2 {
	height: 80px;
	font-size: 14px;
	color: #666;
}

.analysis-cont2 .analysis2-title3 {
	height: 27px;
	background: url(../img/analysis2-icon3.png) no-repeat left top;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 0 0 50px;
}

.analysis-cont2 .analysis2-txt3 {
	height: 120px;
	font-size: 14px;
	color: #666;
}

.analysis-cont2 .analysis2-title4 {
	height: 27px;
	background: url(../img/analysis2-icon4.png) no-repeat left top;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 0 0 50px;
}

.analysis-cont2 .analysis2-txt4 {
	height: 80px;
	font-size: 14px;
	color: #666;
}

.analysis3 {
	width: 100%;
	height: 600px;
	overflow: hidden;
	margin: 30px auto;
	color: #4e4e4e;
	position: relative;
}

.analysis-cont3 {
	width: 980px;
	height: 600px;
	overflow: hidden;
	position: absolute;
	margin-left: 50%;
	background: url(../img/analysis3-bg.jpg) no-repeat bottom;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.analysis3-logo {
	width: 804px;
	height: 98px;
	margin: 0 auto;
}

.analysis3-title {
	width: 300px;
	font-size: 18px;
	color: #4e4e4e;
	text-align: center;
	margin: 20px auto;
}

.analysis3-title h4 {
	font-size: 22px;
	font-weight: bold;
	color: #4e4e4e;
}

.analysis3-line {
	width: 100px;
	height: 2px;
	background-color: #4e4e4e;
	margin: 10px auto;
}

.analysis3-cont {
	width: 590px;
	margin: 40px 0 0 80px;
	color: #616161;
	line-height: 30px;
}

.analysis3-cont h4 {
	color: #616161;
	font-weight: bold;
}

/* 服务*/
.headtechbox1 {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	background: url(../img/headteach211.png) no-repeat;
	background-size: 100%;
	background-position: 0 157px;
}

.headtech1,
.headtech2 {
	width: 810px;
	overflow: hidden;
	margin: 0 auto;
	padding: 80px 0 70px;
	background: url(../img/headteach21.png) no-repeat;
	background-position: 76px 14px;
}

.headtech1 .headtech1-title1,
.headtech2 .headtech1-title1 {
	font-size: 30px;
	color: #666;
	text-align: center;
}

.headtech1 .headtech1-title2,
.headtech2 .headtech1-title2 {
	font-size: 24px;
	color: #666;
	text-align: center;
	margin-top: 10px;
}

.headtech1 {
	background-position: 87px 41px;
}

.headtech1-ul {
	width: 100%;
	overflow: hidden;
	margin-top: 425px;
}

.headtech1-ul li {
	width: 195px;
	float: left;
	margin-right: 105px;
}

.headtech1-ul li.fr {
	float: right;
	margin-right: 0;
}

.headtech1-ul li h4 {
	font-size: 18px;
	color: #666;
	line-height: 60px;
	height: 60px;
	border-bottom: 1px #e0e0e0 solid;
	padding-left: 40px;
	margin-bottom: 8px;
}

.headtech1-ul li h4.headtech1-ul-img1 {
	background: url(../img/headteach22.png) no-repeat left center;
}

.headtech1-ul li h4.headtech1-ul-img2 {
	background: url(../img/headteach23.png) no-repeat left center;
}

.headtech1-ul li h4.headtech1-ul-img3 {
	background: url(../img/headteach24.png) no-repeat left center;
}

.headtech1-ul li h4.headtech1-ul-img4 {
	background: url(../img/headteach25.png) no-repeat left center;
}

.headtech1-ul li h4.headtech1-ul-img5 {
	background: url(../img/headteach26.png) no-repeat left center;
}

.headtech1-ul li h4.headtech1-ul-img6 {
	background: url(../img/headteach27.png) no-repeat left center;
}

.headtech1-ul li p {
	font-size: 12px;
	line-height: 24px;
	color: #666;
}

.headtech1-ul li p a {
	font-size: 12px;
	color: #666;
}



.headtech1-ul-four li {
	width: 202px;
	float: left;
}

.headtech1-ul-four li h4 {
	font-size: 18px;
	color: #666;
	line-height: 30px;
	height: 30px;
	padding-left: 40px;
	margin-bottom: 8px;
	padding-bottom: 2px;

}

.headtech1-ul-four li h4.headtech1-ul-img1 {
	background: url(../img/headteach22.png) no-repeat left center;
}

.headtech1-ul-four li h4.headtech1-ul-img2 {
	background: url(../img/headteach23.png) no-repeat left center;
}

.headtech1-ul-four li h4.headtech1-ul-img3 {
	background: url(../img/headteach24.png) no-repeat left center;
}

.headtech1-ul-four li h4.headtech1-ul-img4 {
	background: url(../img/headteach25.png) no-repeat left center;
}

.headtech1-ul-four li h4.headtech1-ul-img5 {
	background: url(../img/headteach26.png) no-repeat left center;
}

.headtech1-ul-four li h4.headtech1-ul-img6 {
	background: url(../img/headteach27.png) no-repeat left center;
}

.headtech1-ul-four li p {
	font-size: 12px;
	line-height: 24px;
	color: #666;
	border-top: 1px #e0e0e0 solid;
	padding: 10px 0 0 37px;
	margin: 25px 0 0 0;
}

.headtech1-ul-four li p a {
	font-size: 12px;
	color: #666;
}






.headtech2box {
	width: 100%;
	height: 900px;
	background: #f6f6f6 url(../img/headteach32.png) no-repeat right bottom;
}

.headtech2 {
	height: 900px;
	background: url(../img/headteach31.png) no-repeat;
	background-position: -10px 45px;
	position: relative;
}

.headtech2 .headtech2-right1,
.headtech2 .headtech2-left1 {
	width: 312px;
	overflow: hidden;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	position: absolute;
	top: 288px;
	right: -2px;
}

.headtech2 .headtech2-left1 {
	position: absolute;
	top: 646px;
	left: 10px;
}

.headtech3 {
	width: 100%;
	height: 1880px;
	background: url(../img/headteach41_02.jpg) no-repeat left top;
	background-size: 100%;
	position: relative;
	overflow: hidden;
}

.headtech3 .headtech3-bg1 {
	width: 460px;
	height: 460px;
	display: block;
	position: absolute;
	bottom: -130px;
	left: -210px;
	z-index: 8;
}

.headtech3 .headtech3-bg2 {
	width: 800px;
	height: 591px;
	display: block;
	position: absolute;
	bottom: 410px;
	right: -20px;
	z-index: 8;
}

.headtech3-center {
	width: 1000px;
	height: 1737px;
	margin: 65px auto 0;
	background: url(../img/headteach44.png) no-repeat;
	overflow: hidden;
	position: relative;
	z-index: 10;
}

.headtech3-center .headtech3-title1 {
	font-size: 30px;
	color: #f6f6f6;
	text-align: center;
	margin-top: 38px;
}

.headtech3-center .headtech3-title2 {
	font-size: 24px;
	color: #f6f6f6;
	text-align: center;
	margin-top: 10px;
}

.headtech3-center .headtech3-title3,
.headtech3-center .headtech3-title4,
.headtech3-center .headtech3-title5 {
	width: 245px;
	color: #666;
	line-height: 30px;
	position: absolute;
	top: 290px;
	left: 90px;
}

.headtech3-center .headtech3-title4 {
	top: 908px;
	left: 90px;
}

.headtech3-center .headtech3-title5 {
	top: 1400px;
	left: 90px;
}

.headtech4 {
	width: 100%;
	overflow: hidden;
	background: #f8f8f8 url(../img/headteach57.png) no-repeat left top;
	background-size: 100%;
	padding-top: 62px;
	position: relative;
}

.headtech4 .headtech4-title {
	width: 300px;
	height: 47px;
	margin: 0 auto;
	/*background: url(../img/headteach52.png) no-repeat left top;*/
	padding: 49px 0 0 38px;
}

.headtech4 .headtech4-title a span {
	font-size: 18px;

}

.headtech4 .headtech4-title a {
	font-size: 30px;
	text-align: center;
	height: 60px;
	line-height: 27px;
	font-weight: 600;
	padding-top: 35px;
	color: #666;
}


.headtech4 .headtech4-ul {
	width: 800px;
	margin: 50px auto;
	overflow: hidden;
}

.headtech4 .headtech4-ul li {
	width: 246px;
	height: 449px;
	float: left;
	background: url(../img/headteach51.png) no-repeat;
	background-size: 100% 100%;
	margin: 0 31px 35px 0;
	padding-right: 1px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.headtech4 .headtech4-ul li.fr {
	margin-right: 0;
	float: right;
}

.headtech4 .headtech4-ul li img {
	width: 100%;
}

.headtech4 .headtech4-ul li h4 {
	height: 60px;
	font-size: 18px;
	line-height: 24px;
	color: #666;
	text-align: center;
	width: 92%;
	margin: 12px auto 12px;
}

.headtech4 .headtech4-ul li p {
	font-size: 14px;
	line-height: 30px;
	color: #666;
	width: 92%;
	margin: 0 auto;
}

.headtech4 .headtech4-ul li a {
	display: block;
	width: 144px;
	height: 42px;
	line-height: 42px;
	border: 1px #6acce8 solid;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	color: #6acce8;
	background: url(../img/headteach56.png) no-repeat;
	background-position: 114px 14px;
	padding-left: 30px;
	margin: 20px auto;
}

.headtech4 .swiper-end-prev {
	width: 46px;
	height: 46px;
	background: url(../img/turn-left.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -495px;
	margin-top: -24px;
	z-index: 99;
	cursor: pointer;
}

.headtech4 .swiper-end-next {
	width: 46px;
	height: 46px;
	background: url(../img/turn-right.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 50%;
	top: 50%;
	margin-right: -495px;
	margin-top: -24px;
	z-index: 99;
	cursor: pointer;
}

.headtech4 .swiper-end-next.swiper-button-disabled {
	opacity: 1;
	background: url(../img/turn-right-disabled.png) no-repeat;
	background-size: 100% 100%;
	cursor: default;
}

.headtech4 .swiper-end-prev.swiper-button-disabled {
	opacity: 1;
	background: url(../img/turn-left-disabled.png) no-repeat;
	background-size: 100% 100%;
	cursor: default;
}

/* 领先科技*/
.contectus {
	width: 100%;
	overflow: hidden;
}

.contectus-left {
	width: 90%;
	height: 410px;
	float: left;
	position: relative;
	background: #f3f3f3;
	-webkit-border-radius: 0 100px 100px 0;
	border-radius: 0 100px 100px 0;
	margin-bottom: 360px;
}

.contectus-left .contectus-left-div {
	width: 100%;
	max-width: 1200px;
	position: relative;
	margin: 0 auto;
	top: 100px;
}

.contectus-left .contectus-left-div.shenzhendiv {
	top: -100px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.contectus-left .contectus-left-div.shenzhendiv div {
	width: 50%;
	top: 16px;
}

.contectus-left .contectus-left-div.shenzhendiv div h4 {
	margin-top: 249px;
}

.contectus-left .contectus-left-div>img {
	width: 42%;
	float: left;
}

.contectus-left .contectus-left-div div {
	width: 58%;
	height: 400px;
	float: right;
	position: relative;
	top: 80px;
}

.contectus-left .contectus-left-div div.shanghai {
	background: url(../img/contectus12.png) no-repeat right top;
}

.contectus-left .contectus-left-div div.shenzhen {
	background: url(../img/contectus32.png) no-repeat left top;
	background-size: auto 100%;
	height: 445px;
}

.contectus-left .contectus-left-div div.shenzhen h4 {
	margin-top: 220px;
}

.contectus-left .contectus-left-div div.hefei {
	width: 53%;
	height: 445px;
	top: 40px;
	background: url(../img/contectus52.png) no-repeat left top;
	background-size: auto 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 63px;
	z-index: 2;
}

.contectus-left .contectus-left-div div h4 {
	font-size: 30px;
	color: #666;
	height: 35px;
	margin-bottom: 22px;
}

.contectus-left .contectus-left-div div h4 a {
	display: inline-block;
	width: 19px;
	height: 19px;
	position: relative;
	left: 122px;
	top: 10px;
}

.contectus-left .contectus-left-div div h4 a.contect-sina {
	background: url(../img/contectus1.png) no-repeat;
}

.contectus-left .contectus-left-div div h4 a.contect-qq {
	background: url(../img/contectus2.png) no-repeat;
	left: 132px;
}

.contectus-left .contectus-left-div div p {
	min-height: 19px;
	font-size: 14px;
	line-height: 19px;
	color: #8e8e8e;
	padding-left: 25px;
	margin-bottom: 22px;
}

.contectus-left .contectus-left-div div p.addr {
	background: url(../img/contectus3.png) no-repeat;
	background-size: 15px 19px;
}

.contectus-left .contectus-left-div div p.tel {
	background: url(../img/contectus4.png) no-repeat;
	background-size: 19px 19px;
}

.contectus-left .contectus-left-div div p.chuanzhen {
	background: url(../img/contectus5.png) no-repeat;
	background-size: 19px 19px;
}

.contectus-left .contectus-left-div div p.service {
	background: url(../img/contectus6.png) no-repeat;
	background-size: 18px 19px;
}

.contectus-left .contectus-left-div div p.email {
	background: url(../img/contectus7.png) no-repeat;
	background-size: 19px 16px;
}

.contectus-left .contectus-left-div div p span {
	color: #333333;
	font-weight: bold;
}

.contectus-right {
	width: 90%;
	height: 410px;
	float: right;
	position: relative;
	background: #f3f3f3;
	-webkit-border-radius: 100px 0 0 100px;
	border-radius: 100px 0 0 100px;
	margin-bottom: 360px;
}

.contectus-right .contectus-left-div {
	width: 100%;
	max-width: 1200px;
	position: relative;
	margin: 0 auto;
	top: -100px;
}

.contectus-right .contectus-left-div.qingdaodiv {
	top: 100px;
}

.contectus-right .contectus-left-div>img {
	width: 42%;
	float: left;
}

.contectus-right .contectus-left-div div {
	width: 45%;
	height: 400px;
	float: left;
	position: relative;
	top: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 281px 0 0 200px;
}

.contectus-right .contectus-left-div div.beijing {
	background: url(../img/contectus22.png) no-repeat left top;
}

.contectus-right .contectus-left-div div.qingdao {
	background: url(../img/contectus42.png) no-repeat left bottom;
	height: 450px;
	padding: 34px 0 0 0;
}

.contectus-right .contectus-left-div div h4 {
	font-size: 30px;
	color: #666;
	height: 35px;
	margin-bottom: 22px;
}

.contectus-right .contectus-left-div div h4 a {
	display: inline-block;
	width: 19px;
	height: 19px;
	position: relative;
	left: 122px;
	top: 10px;
}

.contectus-right .contectus-left-div div h4 a.contect-sina {
	background: url(../img/contectus1.png) no-repeat;
}

.contectus-right .contectus-left-div div h4 a.contect-qq {
	background: url(../img/contectus2.png) no-repeat;
	left: 132px;
}

.contectus-right .contectus-left-div div p {
	min-height: 19px;
	font-size: 14px;
	line-height: 19px;
	color: #8e8e8e;
	padding-left: 25px;
	margin-bottom: 22px;
}

.contectus-right .contectus-left-div div p.addr {
	background: url(../img/contectus3.png) no-repeat;
	background-size: 15px 19px;
}

.contectus-right .contectus-left-div div p.tel {
	background: url(../img/contectus4.png) no-repeat;
	background-size: 19px 19px;
}

.contectus-right .contectus-left-div div p.chuanzhen {
	background: url(../img/contectus5.png) no-repeat;
	background-size: 19px 19px;
}

.contectus-right .contectus-left-div div p.service {
	background: url(../img/contectus6.png) no-repeat;
	background-size: 18px 19px;
}

.contectus-right .contectus-left-div div p.email {
	background: url(../img/contectus7.png) no-repeat;
	background-size: 19px 16px;
}

.contectus-right .contectus-left-div div p span {
	color: #333333;
	font-weight: bold;
}

/* 联系我们*/
@media screen and (max-width: 1140px) {

	.tools-bottom .tools-bottom-left {
		margin-right: 16px;
	}

	.tools-bottom .tools-bottom-left h4 {
		margin-bottom: 0;
	}


}

@media screen and (min-width: 1141px) and (max-width: 1300px) {
	.tools-bottom li {
		padding-top: 20px;
	}


	.tools-bottom .tools-bottom-left h4 {
		margin-bottom: 0;
	}

}

@media screen and (max-width: 1370px) {
	.channelaccount-block3-bottom .cardHand {
		right: -8%;
	}

	.tools-bottom .tools-bottom-left {
		margin-right: 20px;
	}

	.tools-bottom .tools-bottom-right {
		margin-right: 7px;
	}
}

/* 调整样式 */
.sell .channel-block5 {
	background: #f6f6f6;
	height: 290px;
}

.sell .wl-banner .wl-big-events.channel-baner-title {
	background: url(../img/sell-channel.png) no-repeat left center;
}

.sell .wl-summary {
	margin-top: 10px;
}

.sell .wl-banner.channel-banner {
	background: url(../img/sell1.png) no-repeat center;
	background-size: auto 726px;
}

.sell .step1 {
	height: 400px;
	background: url(../img/sell-step.jpg) no-repeat top center;
}

.sell .step1 .middle {
	height: 100%;
}

.sell .step1 .middle p {
	font-size: 12px;
	color: #666;
	position: absolute;
	line-height: 25px;
	width: 390px;
}

.sell .step1 .middle p:nth-child(1) {
	color: #fff;
	font-size: 14px;
	left: 263px;
	top: 131px;
}

.sell .step1 .middle p:nth-child(2) {
	left: 257px;
	top: 166px;
	color: #666;
}

.sell .step1 .middle p:nth-child(3) {
	left: 257px;
	top: 196px;
}

.sell .step1 .bottom-tips {
	font-size: 12px;
	color: #666;
	position: absolute;
	bottom: 37px;
	left: 0px;
	text-align: center;
	width: 100%;
	line-height: 24px;
}

.sell .step2 {
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
}

.sell .step2 li {
	float: left;
	width: 50%;
}

.sell .step2 li:nth-child(2)>p {
	margin: 10px 0 0 39px;
}

.sell .step2 li>p {
	font-size: 12px;
	color: #666;
	line-height: 24px;
	margin: 10px 0 0 34px;
}

.sell .step4 {
	height: 400px;
	background: url(../img/sell-step4.jpg) no-repeat top center;
	background-position-y: 70px;
	margin-bottom: 40px;
}

.sell .step4 .middle {
	height: 100%;
}

.sell .step4 .middle>p {
	font-size: 12px;
	color: #666;
	position: absolute;
	line-height: 25px;
	width: 420px;
}

.sell .step4 .middle>p:nth-child(1) {
	color: #fff;
	font-size: 14px;
	left: 263px;
	top: 162px;
}

.sell .step4 .middle>p:nth-child(2) {
	left: 257px;
	top: 196px;
	color: #666;
}

.sell .step4 .middle>p:nth-child(3) {
	left: 257px;
	top: 226px;
}

.sell .step4 .middle .bottom-wz {
	position: absolute;
	bottom: 32px;
	right: 0px;
	width: 350px;
}

.sell .step4 .middle .bottom-wz>h5 {
	font-weight: 500;
	font-size: 14px;
	color: #77d0ea;
	line-height: 24px;
	margin-bottom: 10px;
}

.sell .step4 .middle .bottom-wz>p {
	line-height: 25px;
	font-size: 12px;
	color: #666;
}

.sell .data-info-banner {
	height: 270px;
	background: url(../img/sell5.jpg) no-repeat top center;
	background-size: 100% auto;
}

.sell .data-info-banner h3 {
	font-size: 18px;
	color: #fff;
	line-height: 26px;
	text-align: center;
	position: relative;
	top: 50px;
}

.sell .data-info {
	width: 867px;
	background: #fff;
	padding: 30px 34px;
	margin: -120px auto -13px;
	overflow: hidden;
	/*Firefox3.5+*/
	-webkit-box-sizing: border-box;
	/*Safari3.2+*/
	-o-box-sizing: border-box;
	/*Opera9.6*/
	-ms-box-sizing: border-box;
	/*IE8*/
	box-sizing: border-box;
}

.sell .data-info li {
	float: left;
	width: 178px;
	margin-right: 29px;
	margin-bottom: 60px;
}

.sell .data-info li:nth-child(4n) {
	margin-right: 0px;
}

.sell .data-info li>h5 {
	font-size: 14px;
	color: #6acce8;
	line-height: 30px;
	margin-bottom: 12px;
}

.sell .data-info li>p {
	font-size: 12px;
	color: #666;
	line-height: 25px;
	margin-bottom: 13px;
}

.sell .data-info li>div {
	font-size: 12px;
	color: #f0f0f0;
}

.sell .data-info li>div span {
	color: #a9a9a9;
}

.get-data {
	height: 585px;
	background: url(../img/sell2.png) no-repeat center;
}

.get-data>h4 {
	font-size: 18px;
	color: #666;
	text-align: center;
	height: 60px;
	line-height: 60px;
	position: relative;
	top: 50px;
}

.get-data>h4 span {
	font-size: 30px;
}

.middle {
	width: 800px;
	margin: 0 auto;
	position: relative;
}

.sell-block {
	width: 800px;
	margin: 0 auto;
}

.sell-block li {
	margin-bottom: 70px;
	min-height: 255px;
}

.sell-block .sell-detail1 {
	margin-left: 400px;
	padding-top: 20px;
}

.sell-block .sell-detail1 h4 {
	font-size: 18px;
	margin-bottom: 39px;
}

.sell-block .sell-detail1 h4 span {
	font-size: 24px;
}

.sell-block .sell-detail1 h4 i {
	position: relative;
	top: -20px;
	margin-right: 5px;
}

.sell-block .sell-detail1 p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-bottom: 23px;
}

.sell-block .sell-detail1 p span {
	color: #6acce8;
}

.sell-block .sell-detail2 {
	margin-right: 400px;
}

.sell-block .sell-detail2 h4 {
	font-size: 18px;
	margin-bottom: 39px;
	line-height: 30px;
}

.sell-block .sell-detail2 h4 span {
	font-size: 24px;
}

.sell-block .sell-detail2 h4 i {
	position: relative;
	top: -20px;
	margin-right: 5px;
}

.sell-block .sell-detail2 p {
	font-size: 12px;
	color: #666;
	line-height: 24px;
	margin-bottom: 23px;
}

.sell-block .sell-detail2 p span {
	color: #6acce8;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.channel-btn {
	text-align: center;
	margin-bottom: 75px;
}

.channel-btn h4 {
	font-size: 24px;
	line-height: 60px;
}

.channel-btn .channel-btn-a {
	display: inline-block;
	width: 170px;
	height: 50px;
	background: #6acce8;
	line-height: 50px;
	text-align: center;
	color: #fff;
}

/* 销售渠道 */
.rongzi .wl-banner .wl-big-events.channel-baner-title {
	background: url(../img/rong12.png) no-repeat left center;
}

.rongzi .wl-summary {
	margin-top: 10px;
}

.rongzi .wl-banner.channel-banner {
	background: url(../img/rong2.jpg) no-repeat center;
	background-size: auto 726px;
}

.rongzi .data {
	height: 270px;
	width: 800px;
	margin: 0 auto;
}

.rongzi .data .wl-title {
	margin-bottom: 42px;
}

.rongzi .data .fl {
	position: relative;
}

.rongzi .data .fl>span {
	position: absolute;
	text-align: center;
	top: 64px;
	left: 13px;
}

.rongzi .data .fl>span:nth-child(3) {
	left: 110px;
}

.rongzi .data .fl>span:nth-child(4) {
	left: 228px;
}

.rongzi .data .fr {
	position: relative;
}

.rongzi .data .fr>span {
	position: absolute;
	text-align: center;
	top: 53px;
	left: 15px;
}

.rongzi .data .fr>span:nth-child(3) {
	left: 160px;
}

.rongzi .data .fr>span:nth-child(4) {
	left: 257px;
}

.rongzi .two-model-div {
	background: url(../img/rong-step.jpg) no-repeat center center;
	padding-bottom: 75px;
}

.rongzi .two-model {
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
}

.rongzi .two-model dt {
	margin-bottom: 62px;
}

.rongzi .two-model dd {
	float: left;
	text-align: center;
	width: 353px;
	border: solid 1px #b4b4b4;
	padding: 56px 70px 30px;
	/*Firefox3.5+*/
	-webkit-box-sizing: border-box;
	/*Safari3.2+*/
	-o-box-sizing: border-box;
	/*Opera9.6*/
	-ms-box-sizing: border-box;
	/*IE8*/
	box-sizing: border-box;
	position: relative;
}

.rongzi .two-model dd>.img-div {
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -50px;
	width: 100px;
	text-align: center;
	background: #fff;
}

.rongzi .two-model dd h5 {
	font-size: 18px;
	color: #666;
	line-height: 30px;
}

.rongzi .two-model dd .gray-span {
	margin-bottom: 13px;
}

.rongzi .two-model dd p {
	font-size: 12px;
	color: #666;
	line-height: 23px;
}

.rongzi .two-model dd p>span {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-bottom: 20px;
}

.rongzi .data-info-banner {
	height: 270px;
	background: url(../img/rong1.jpg) no-repeat top center;
	background-size: 100% auto;
}

.rongzi .data-info-banner h3 {
	font-size: 24px;
	margin-left: -350px;
}

.rongzi .data-info h3 {
	font-size: 18px;
	line-height: 52px;
	text-align: center;
	margin-bottom: 30px;
}

.rongzi .data-info li {
	margin-bottom: 20px;
}

.rongzi .data-info li img {
	float: left;
	margin-right: 9px;
}

.rongzi .data-info li p {
	font-size: 12px;
	line-height: 18px;
	color: #666;
}

.rongzi .data-info li h5 {
	color: #666;
}

.rongzi .data-info li:nth-child(4n) {
	margin-right: 29px;
}

.rongzi .data-info li:nth-child(5) {
	margin-right: 0px;
}

.rongzi .data-info li:nth-child(9) {
	margin-right: 0px;
}

.rongzi .data-info li:nth-child(13) {
	margin-right: 0px;
}

.rongzi .data-info .bottom-li {
	margin-top: 35px;
}

.rongzi .data-info .bottom-li h5 {
	margin-bottom: 18px;
}

.rongzi .data-info .bottom-li p {
	line-height: 24px;
}

.rongzi .data-info-banner2 {
	background: url(../img/rong18.jpg) no-repeat top center;
	background-size: 100% auto;
}

.rongzi .data-info2 {
	margin-bottom: 0px;
}

.rongzi .data-info2 .img-money {
	width: 100%;
}

.rongzi .data-info2 .bottom-li {
	margin-top: 27px;
}

.rongzi .data-info2 .bottom-li h5 {
	line-height: 25px;
}

.rongzi .partner-div {
	position: relative;
}

.rongzi .partner-div .partner-bg {
	width: 260px;
	position: absolute;
	right: 0px;
	top: 50;
	z-index: -1;
}

.rongzi .partner {
	width: 800px;
	margin: 40px auto;
	position: relative;
	z-index: 2;
}

.rongzi .partner .wl-title {
	padding-top: 40px;
}

.rongzi .partner>p {
	font-size: 12px;
	color: #666;
	text-align: center;
}

.rongzi .partner ul {
	margin-top: 38px;
	overflow: hidden;
}

.rongzi .partner li {
	float: left;
}

.rongzi .partner li:nth-child(1) {
	width: 157px;
	text-align: center;
}

.rongzi .partner li:nth-child(2) {
	width: 246px;
	text-align: center;
}

.rongzi .partner li:nth-child(3) {
	width: 140px;
	text-align: center;
}

.rongzi .partner li:nth-child(4) {
	width: 250px;
	text-align: center;
}

.rongzi .partner li p {
	font-size: 12px;
	color: #666;
	text-align: center;
	line-height: 24px;
	margin-top: 10px;
}

.rongzi .qiye {
	width: 800px;
	margin: 0 auto;
	text-align: center;
}

.rongzi .qiye>p {
	font-size: 12px;
	color: #666;
	text-align: center;
}

.rongzi .qiye>img {
	margin: 20px 0 15px;
}

.rongzi .channel-block5 {
	background: #fff;
	padding: 0px;
	height: 390px;
}

.rongzi .channel-block5 .wl-title {
	padding-top: 40px;
}

.rongzi .channel-block5-ul {
	width: 800px;
}

.rongzi .channel-block5 .channel-block5-ul {
	background: url(../img/rong10.jpg) no-repeat left top;
}

.rongzi .index-block6 img {
	margin-top: 26px;
}

.wl-title {
	font-size: 18px;
	color: #666;
	text-align: center;
	height: 60px;
	line-height: 27px;
	font-weight: 600;
	padding-top: 35px;
}

.wl-title>span {
	font-size: 30px;
}

.wl-title i {
	position: relative;
	top: -5px;
	right: 5px;
}

/* 融资渠道 */
.industry {
	background: #f8f8f8;
}

.industry .wl-banner.channel-banner {
	background: url(../img/industry1.jpg) no-repeat center;
	background-size: auto 726px;
}

.industry .wl-banner .wl-big-events.channel-baner-title {
	background: url(../img/industry3.png) no-repeat left center;
}

.industry .wl-banner .wl-big-events {
	width: 500px;
}

.industry .industry-logo-list-div {
	position: relative;
	/*
  background: url(../img/bg-anli2.jpg) no-repeat bottom center;
	overflow: hidden;*/
}

.industry .dengpao {
	position: absolute;
	right: 50%;
	top: 540px;
	margin-right: -670px;
	opacity: 0.6;
}

.industry .threetab {
	width: 840px;
	height: 50px;
	margin: 0 auto 28px;
	position: relative;
	text-align: center;
}

.industry .threetab p {
	width: 196px;
	height: 50px;
	font-weight: bold;
	color: #757575;
	font-size: 18px;
	line-height: 50px;
	padding-left: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	margin: 0;
}

.industry .threetab p.active {
	color: #6acce8;
}

.industry .threetab p.active.threetab1 {
	background: url(../img/threetab11.png) no-repeat left center;
}

.industry .threetab p.active.threetab2 {
	background: url(../img/threetab22.png) no-repeat left center;
}

.industry .threetab p.active.threetab3 {
	background: url(../img/threetab33.png) no-repeat left center;
}

.industry .threetab p.active.threetab4 {
	background: url(../img/threetab44.png) no-repeat left center;
}

.industry .threetab p.active.threetab5 {
	background: url(../img/threetab55.png) no-repeat left center;
}

.industry .threetab p.threetab1 {
	background: url(../img/threetab1.png) no-repeat left center;
}

.industry .threetab p.threetab2 {
	background: url(../img/threetab2.png) no-repeat left center;
	margin-right: 0px;
}

.industry .threetab p.threetab3 {
	background: url(../img/threetab3.png) no-repeat left center;
	margin-left: 0px;
}

.industry .threetab p.threetab4 {
	background: url(../img/threetab4.png) no-repeat left center;
	margin-left: 0px;
}

.industry .threetab p.threetab5 {
	background: url(../img/threetab5.png) no-repeat left center;
	margin-left: 0px;
}


.industry .threetab i {
	width: 2px;
	height: 16px;
	display: block;
	background: #757575;
	position: absolute;
	top: 16px;
}

.industry .threetab i.lefti {
	left: 295px;
}

.industry .threetab i.righti {
	left: 558px;
}

.industry .one-div {
	background: #f8f8f8;
	background: url(../img/bg-anli1.jpg) no-repeat right bottom;
	padding-bottom: 100px;
}

.industry .one-div>h3 {
	height: 102px;
	margin-top: 52px;
	text-align: center;
	font-size: 28px;
	color: #666;
}

.industry .one-div>.three {
	height: 50px;
	text-indent: -9999px;
	margin-bottom: 38px;
}

.industry .one-div>.three .center3 {
	width: 800px;
	height: 50px;
	margin: 0 auto;
}

.industry .one-div>.three .center3 span {
	width: 150px;
	height: 50px;
	line-height: 70px;
	font-weight: bold;
	color: red;
	font-size: 16px;
	background: #fff;
	float: left;
}

.industry .one-div .five-anli {
	width: 810px;
	margin: 0 auto;
}

.industry .one-div .five-anli li {
	float: left;
	width: 155px;
	margin-right: 7px;
}

.industry .one-div .five-anli li:last-child {
	margin-right: 0px;
}

.industry .one-div .five-anli li .img-div {
	height: 102px;
	background: url(../img/anli-bg.png) no-repeat left center;
}

.industry .one-div .five-anli li .img-div img {
	width: 139px;
	margin-top: 18px;
	margin-left: 5px;
}

.industry .one-div .five-anli li h5 {
	font-size: 16px;
	line-height: 40px;
	color: #666;
	font-weight: normal;
	padding-left: 5px;
}

.industry .one-div .five-anli li p {
	font-size: 14px;
	color: #a0a0a0;
	line-height: 28px;
	padding-left: 5px;
}

.industry .one-div .five-anli li a {
	font-size: 14px;
	line-height: 26px;
	color: #6acce8;
	padding-left: 5px;
}

.industry .one-div .five-anli li a>img {
	position: relative;
	top: 3px;
	left: 5px;
}

.industry .data-info-banner {
	height: 330px;
	background: url(../img/industry2.jpg) no-repeat top center;
	background-size: 100% auto;
}

.industry .industry-banner h3 {
	height: 98px;
	background: url(../img/industry4.png) no-repeat top center;
	text-indent: -9999px;
	top: 45px;
}

.industry .industry-logo-list {
	width: 840px;
	padding: 20px 20px 0;
	margin: 0 auto 28px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.8);
	margin-top: 0px;
	/*Firefox3.5+*/
	-webkit-box-sizing: border-box;
	/*Safari3.2+*/
	-o-box-sizing: border-box;
	/*Opera9.6*/
	-ms-box-sizing: border-box;
	/*IE8*/
	box-sizing: border-box;
}

.industry .industry-logo-list li {
	width: 140px;
	height: 169px;
	float: left;
	margin-right: 23px;
	margin-bottom: 30px;
}

.industry .industry-logo-list li:nth-child(5n) {
	margin-right: 0px;
}

.industry .industry-logo-list li .img-div {
	background: #fff;
	width: 100%;
	height: 93px;
	padding-top: 10px;
	/*Firefox3.5+*/
	-webkit-box-sizing: border-box;
	/*Safari3.2+*/
	-o-box-sizing: border-box;
	/*Opera9.6*/
	-ms-box-sizing: border-box;
	/*IE8*/
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 10px rgba(212, 212, 212, 0.4);
	box-shadow: 0px 0px 10px rgba(212, 212, 212, 0.4);
}

.industry .industry-logo-list li .img-div>img {
	width: 100%;
}

.industry .industry-logo-list li h5 {
	font-size: 16px;
	line-height: 40px;
	color: #666;
	font-weight: normal;
	padding-left: 5px;
}

.industry .industry-logo-list li p {
	font-size: 12px;
	color: #a0a0a0;
	line-height: 18px;
	padding-left: 5px;
}

/* 行业案例 */
.industry-detail {
	background: #fff;
}

.industry-detail .one-div {
	padding-top: 50px;
	height: 741px;
	/*Firefox3.5+*/
	-webkit-box-sizing: border-box;
	/*Safari3.2+*/
	-o-box-sizing: border-box;
	/*Opera9.6*/
	-ms-box-sizing: border-box;
	/*IE8*/
	box-sizing: border-box;
	background: url(../img/shou.jpg) no-repeat bottom center;
}

.industry-detail .five-anli {
	position: relative;
	overflow: visible;
}

.industry-detail .five-anli .tab-logo {
	position: absolute;
	top: 60px;
	left: -30px;
}

.industry-detail .five-anli .tab-content {
	margin-left: 370px;
	margin-right: 20px;
}

.industry-detail .five-anli .tab-content h3 {
	font-size: 26px;
	line-height: 60px;
	border-bottom: solid 2px #666;
}

.industry-detail .five-anli .tab-content p {
	font-size: 14px;
	color: #a9a9a9;
	line-height: 30px;
	letter-spacing: 2px;
}

.industry-detail .steps {
	margin-top: -247px;
	background: url(../img/jiao.jpg) no-repeat;
	background-position: 10% bottom;
	position: relative;
	height: 600px;
}

.industry-detail .steps h3 {
	text-align: center;
	font-size: 30px;
	line-height: 45px;
}

.industry-detail .steps .step-img {
	width: 800px;
	height: 635px;
	background: #fff;
	margin: 0 auto;
	text-align: center;
	-webkit-box-shadow: 0 0 10px rgba(199, 199, 199, 0.2);
	box-shadow: 0 0 10px rgba(199, 199, 199, 0.2);
	padding-top: 20px;
	margin-top: 20px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
}

.industry-detail .twomodules {
	height: 570px;
	background: url(../img/gray-bg.jpg) no-repeat center;
	background-size: 100% 100%;
	padding-top: 230px;
	/*Firefox3.5+*/
	-webkit-box-sizing: border-box;
	/*Safari3.2+*/
	-o-box-sizing: border-box;
	/*Opera9.6*/
	-ms-box-sizing: border-box;
	/*IE8*/
	box-sizing: border-box;
}

.industry-detail .twomodules>div>div {
	float: left;
	width: 50%;
	height: 270px;
	/*Firefox3.5+*/
	-webkit-box-sizing: border-box;
	/*Safari3.2+*/
	-o-box-sizing: border-box;
	/*Opera9.6*/
	-ms-box-sizing: border-box;
	/*IE8*/
	box-sizing: border-box;
	padding: 57px 78px 0 40px;
}

.industry-detail .twomodules>div>div h4 {
	font-size: 30px;
	line-height: 50px;
	text-align: center;
	color: #fff;
}

.industry-detail .twomodules>div>div p {
	font-size: 16px;
	line-height: 23px;
	color: #fff;
	position: relative;
}

.industry-detail .twomodules>div>div b {
	position: absolute;
	left: -16px;
	top: -1px;
	font-size: 22px;
}

.industry-detail .twomodules .first-module {
	background: url(../img/first-module.png) no-repeat center;
	background-size: 100% auto;
}

.industry-detail .twomodules .second-module {
	background: url(../img/second-module.png) no-repeat center;
	background-size: 100% auto;
	padding: 57px 40px 0 78px;
}

.industry-detail .twomodules .second-module p {
	margin-left: 0px;
}

.dealerbox1 {
	width: 100%;
	background: url(../img/dealer-bg1.png) no-repeat top;
}

.dealer-cont1 {
	width: 1060px;
	height: 520px;
	margin: 0 auto;
	position: relative;
}

.dealer-cont1 .dealer-img1 {
	width: 748px;
	height: 429px;
	position: absolute;
	background: url(../img/dealer-img1.jpg) no-repeat;
	top: 50px;
	left: 29%;
}

.dealer-cont1 p {
	width: 280px;
	position: absolute;
	font-size: 14px;
	color: #666;
	top: 60px;
	left: 0;
	line-height: 36px;
}

.dealer-cont1 span {
	font-size: 20px;
}

.dealerbox2 {
	width: 100%;
}

.dealer-cont2 {
	width: 1060px;
	height: 1460px;
	margin: 0 auto;
	position: relative;
}

.dealer-cont2 .dealer-img2 {
	width: 505px;
	height: 700px;
	position: absolute;
	background: url(../img/dealer-img2.jpg) no-repeat top;
	top: 80px;
}

.dealer-cont2 .dealer-img2 h3 {
	width: 250px;
	font-size: 18px;
	font-weight: bold;
	margin: 555px 0 0 140px;
	text-align: center;
}

.dealer-cont2 .dealer-img2 p {
	width: 250px;
	font-size: 14px;
	margin: 25px 0 0 140px;
	color: #666;
	text-align: justify;
}

.dealer-cont2 .dealer-img3 {
	width: 507px;
	height: 700px;
	position: absolute;
	background: url(../img/dealer-img3.jpg) no-repeat top;
	right: 0;
}

.dealer-cont2 .dealer-img3 h3 {
	width: 250px;
	font-size: 18px;
	font-weight: bold;
	margin: 482px 0 0 140px;
	text-align: center;
	color: #fff;
}

.dealer-cont2 .dealer-img3 p {
	width: 250px;
	font-size: 14px;
	margin: 25px 0 0 140px;
	text-align: justify;
	color: #666;
}

.dealer-cont2 .dealer-img4 {
	width: 537px;
	height: 650px;
	position: absolute;
	background: url(../img/dealer-img4.jpg) no-repeat top;
	left: -30px;
	top: 800px;
}

.dealer-cont2 .dealer-img4 h3 {
	width: 250px;
	font-size: 18px;
	font-weight: bold;
	margin: 482px 0 0 185px;
	text-align: center;
	color: #fff;
}

.dealer-cont2 .dealer-img4 p {
	width: 250px;
	font-size: 14px;
	margin: 25px 0 0 185px;
	text-align: justify;
	color: #666;
}

.dealer-cont2 .dealer-img5 {
	width: 537px;
	height: 700px;
	position: absolute;
	background: url(../img/dealer-img5.jpg) no-repeat top;
	right: -40px;
	top: 750px;
}

.dealer-cont2 .dealer-img5 h3 {
	width: 250px;
	font-size: 18px;
	font-weight: bold;
	margin: 558px 0 0 110px;
	text-align: center;
}

.dealer-cont2 .dealer-img5 p {
	width: 250px;
	font-size: 14px;
	margin: 25px 0 0 110px;
	text-align: justify;
	color: #666;
}

.finsys1 {
	width: 100%;
	background-color: #353b4b;
}

.finsys1 .fincont1 {
	width: 509px;
	margin: 0 auto;
	background: url(../img/finsys-contbg-img1.png) no-repeat center;
	padding: 100px;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}

.finsys1 .fincont1 h3 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 20px;
}

.fincont1point {
	width: 509px;
	height: 29px;
	margin: 0 auto;
	background: url(../img/finsys-bg-img1point.png) no-repeat center;
	position: relative;
	z-index: 2;
}

.finsys2 {
	width: 100%;
	margin-top: -29px;
	position: relative;
	color: #666;
	font-size: 14px;
}

.finsys2 h3,
h4 {
	color: #353b4b;
	padding-bottom: 10px;
}

.finsys2 p {
	padding-top: 10px;
}

.finsys2 .fincont2 {
	width: 400px;
	position: absolute;
	bottom: 20%;
	margin-left: 50%;
	transform: translateX(20%);
	-webkit-transform: translateX(20%);
	-moz-transform: translateX(20%);
	-ms-transform: translateX(20%);
	-o-transform: translateX(20%);
}

.finsys2 .fincont3 {
	width: 400px;
	position: absolute;
	top: 10%;
	margin-left: 21%;
}

.finsys2 .fincont4 {
	width: 400px;
	position: absolute;
	top: 20%;
	margin-left: 50%;
	transform: translateX(20%);
	-webkit-transform: translateX(20%);
	-moz-transform: translateX(20%);
	-ms-transform: translateX(20%);
	-o-transform: translateX(20%);
}

.finsys2 .fincont5 {
	width: 400px;
	position: absolute;
	bottom: 20%;
	margin-left: 21%;
}



/*面包屑*/
.bread-nav {
	position: relative;
	top: 20px;
	z-index: 9999;
	color: #fff;
}

.bread-nav a {
	padding: 0;
	font-size: 14px;
	color: #fff;
}

.bread-nav a.current {
	font-size: 14px;
	color: #6ACCE8;
}

/* 在线客服 */
.contect-icon-btn {
	display: block;
	position: fixed;
	bottom: 260px;
	right: 0px;
	z-index: 888;
	cursor: pointer;
}

.big-bg {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 889;
	display: none;
	justify-content: flex-end;
	align-items: center;
}

.big-center-box {
	width: 0;
	height: 272px;
	background: url(../img/big-bg_03.jpg) repeat-x;
	overflow: hidden;
	border-left: 13px #05afe1 solid;
	border-radius: 8px 0 0 8px;
}

.big-center-box>h3 {
	font-size: 24px;
	text-align: center;
	color: #666;
	line-height: 44px;
	margin-top: 0px;
	white-space: nowrap;
}

.big-center-box>h3 i {
	color: #05afe1;
	font-style: normal;
}

.big-center-box>h4 {
	font-size: 20px;
	text-align: center;
	color: #666;
	white-space: nowrap;
}

.big-center-box>p {
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	color: #666;
	line-height: 18px;
	margin-bottom: 25px;
	white-space: nowrap;
}

.big-center-box>p a {
	color: #05afe1;
	font-style: normal;
	cursor: pointer;
}

.big-center-ul {
	width: 100%;
}

.big-center-li {
	width: 50%;
	float: left;
}

.big-center-li.border-rt {
	border-right: 1px #dedede solid;
	box-sizing: border-box;
}

.big-center-li img {
	display: block;
	margin: 0 auto 8px;
}

.big-center-li p {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	color: #666;
	line-height: 30px;
	white-space: nowrap;
}

.big-center-li span {
	display: block;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	color: #666;
	line-height: 18px;
	white-space: nowrap;
}

.big-x {
	width: 98%;
	height: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #007AFF;
	text-align: right;
}

/* 行业案例 */

/*# sourceMappingURL=allcss.css.map */






/*  404页面  */
.error-404 {}

.wl-banner.error-banner {
	background: url(../img/banner01.jpg) no-repeat center;
	background-size: auto 700px;
}

.404-pic {
	clear: both;
	background: url(../img/404.png) no-repeat center;
	text-align: center;
	height: 332px;
	width: 332px;
	margin: 0 auto;
}

.error-content {
	text-align: center;
	font-size: 24px;
	padding-bottom: 50px;
	color: #666;
}

.error-content p {
	line-height: 1.8em;
}

.error-more-btn {
	display: block;
	width: 181px;
	height: 45px;
	background: #6acce8;
	font-size: 18px;
	color: #fff;
	line-height: 45px;
	text-align: center;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 auto;
	margin-bottom: 30px;
	margin-top: 30px;
}


/*-- 改版新增样式 --*/
.clear {
	clear: both;
}

.swiper-container-banner .top-titleh4-new {
	height: 60px;
	font-size: 48px;
	color: #fff;
	text-align: left;
	letter-spacing: 3px;
}

.title-blue-circle {
	background: url(../img/lightblue.png) no-repeat top left;
	padding-left: 15px;
	font-size: 30px;
	line-height: 1.6em;
	text-align: center;
	font-weight: bold;
}

.title-blue-circle-1 {
	width: 510px;
	margin: 0 auto;
}

.title-blue-circle-2 {
	width: 392px;
	margin: 0 auto;
}

.title-blue-circle-3 {
	width: 520px;
	margin: 0 auto;
}

.title-line {
	height: 15px;
	border-bottom: #000 4px solid;
	width: 100px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.inde-li-outline li {
	float: left;
	width: 330px;
}

.inde-li-outline-new li {
	float: left;
	width: 234px;
	margin: 0 7px 0 6px;
}

.inde-li-pic1 {
	background: url(../img/didf.png) no-repeat center center;
	height: 100px;
	margin-bottom: -10px;
}

.inde-li-pic2 {
	background: url(../img/didf2.png) no-repeat center center;
	height: 100px;
	margin-bottom: -10px;
}

.inde-li-pic3 {
	background: url(../img/didf3.png) no-repeat center center;
	height: 100px;
	margin-bottom: -10px;
}

.inde-li-title {
	color: #666;
	font-size: 14px;
	text-align: center;
	height: 60px;
	line-height: 70px;
}

.index-li-con {
	color: #666666;
	font-size: 14px;
	line-height: 1.6em;
	width: 310px;
	margin: 0 auto;
}

.index-li-con-new {
	color: #666666;
	font-size: 14px;
	line-height: 1.6em;
	width: 100%;
	margin: 0 auto;
}

.inde-span {
	height: 80px;
}

.line001 {
	background: url(../img/line001.png) no-repeat bottom center;
	width: 512px;
	height: 5px;
	padding-top: 15px;
	margin-bottom: 20px;
}

.inde-mobile {
	background: url(../img/mobile.png) no-repeat right center;
	height: 350px;
}

.inde-mobile-name {
	color: #333333;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
}

.inde-mobile-con {
	font-size: 14px;
	color: #666666;
	line-height: 1.6em;
}

.inde-wujiao {
	background: url(../img/inde_wujiao.png) no-repeat left center;
	height: 325px;
}


/*  ---------------------------------首页TAB---------------------------------     */
.tabs {
	float: right;
	margin-top: 80px;
	background: white;
	width: 550px;
	/*height: 250px;*/
}

.tabs input[name="tab-control"] {
	display: none;
}

.tabs .content section h2,
.tabs ul li label {
	font-family: "微软雅黑";
	font-weight: bold;
	font-size: 24px;
	color: #32c3ea;
}

.tabs ul {
	list-style-type: none;
	padding-left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	/*   -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;   */
}

.tabs ul li {
	box-sizing: border-box;
	/* -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 25%; */
	width: 115px;
	/* 数字的宽度 */
	padding: 0 10px;
	text-align: center;
	font-family: Arial;
}

.tabs ul li label {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #b7b7b7;
	padding: 5px auto;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	white-space: nowrap;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.tabs ul li label br {
	display: none;
}

.tabs ul li label svg {
	fill: #929daf;
	height: 1.2em;
	vertical-align: bottom;
	margin-right: 0.2em;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.tabs ul li label:hover,
.tabs ul li label:focus,
.tabs ul li label:active {
	outline: 0;
	color: #bec5cf;
}

.tabs ul li label:hover svg,
.tabs ul li label:focus svg,
.tabs ul li label:active svg {
	fill: #bec5cf;
}

.tabs .slider {
	position: relative;
	width: 115px;
	/* 下面横线的宽度  */
	-webkit-transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
	transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}

.tabs .slider .indicator {
	position: relative;
	width: 100px;
	max-width: 100%;
	margin: 0 auto;
	height: 4px;
	background: #32c3ea;
	border-radius: 1px;
}

.tabs .content {
	margin-top: 20px;

}

.tabs .content section {
	display: none;
	-webkit-animation-name: content;
	animation-name: content;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.tabs .content section h2 {
	color: #32c3ea;
	display: none;
}

.tabs .content section h2::after {
	content: "";
	position: relative;
	display: block;
	width: 30px;
	height: 3px;
	background: #32c3ea;
	margin-top: 5px;
	left: 1px;
}

.tabs input[name="tab-control"]:nth-of-type(1):checked~ul>li:nth-child(1)>label {
	cursor: default;
	color: #32c3ea;
}

.tabs input[name="tab-control"]:nth-of-type(1):checked~ul>li:nth-child(1)>label svg {
	fill: #32c3ea;
}

@media (max-width: 600px) {
	.tabs input[name="tab-control"]:nth-of-type(1):checked~ul>li:nth-child(1)>label {
		background: rgba(0, 0, 0, 0.08);
	}
}

.tabs input[name="tab-control"]:nth-of-type(1):checked~.slider {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

.tabs input[name="tab-control"]:nth-of-type(1):checked~.content>section:nth-child(1) {
	display: block;
}

.tabs input[name="tab-control"]:nth-of-type(2):checked~ul>li:nth-child(2)>label {
	cursor: default;
	color: #32c3ea;
}

.tabs input[name="tab-control"]:nth-of-type(2):checked~ul>li:nth-child(2)>label svg {
	fill: #32c3ea;
}

@media (max-width: 600px) {
	.tabs input[name="tab-control"]:nth-of-type(2):checked~ul>li:nth-child(2)>label {
		background: rgba(0, 0, 0, 0.08);
	}
}

.tabs input[name="tab-control"]:nth-of-type(2):checked~.slider {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.tabs input[name="tab-control"]:nth-of-type(2):checked~.content>section:nth-child(2) {
	display: block;
}

.tabs input[name="tab-control"]:nth-of-type(3):checked~ul>li:nth-child(3)>label {
	cursor: default;
	color: #32c3ea;
}

.tabs input[name="tab-control"]:nth-of-type(3):checked~ul>li:nth-child(3)>label svg {
	fill: #32c3ea;
}

@media (max-width: 600px) {
	.tabs input[name="tab-control"]:nth-of-type(3):checked~ul>li:nth-child(3)>label {
		background: rgba(0, 0, 0, 0.08);
	}
}

.tabs input[name="tab-control"]:nth-of-type(3):checked~.slider {
	-webkit-transform: translateX(200%);
	transform: translateX(200%);
}

.tabs input[name="tab-control"]:nth-of-type(3):checked~.content>section:nth-child(3) {
	display: block;
}

.tabs input[name="tab-control"]:nth-of-type(4):checked~ul>li:nth-child(4)>label {
	cursor: default;
	color: #32c3ea;
}

.tabs input[name="tab-control"]:nth-of-type(4):checked~ul>li:nth-child(4)>label svg {
	fill: #32c3ea;
}

@media (max-width: 600px) {
	.tabs input[name="tab-control"]:nth-of-type(4):checked~ul>li:nth-child(4)>label {
		background: rgba(0, 0, 0, 0.08);
	}
}

.tabs input[name="tab-control"]:nth-of-type(4):checked~.slider {
	-webkit-transform: translateX(300%);
	transform: translateX(300%);
}

.tabs input[name="tab-control"]:nth-of-type(4):checked~.content>section:nth-child(4) {
	display: block;
}

@-webkit-keyframes content {
	from {
		opacity: 0;
		-webkit-transform: translateY(5%);
		transform: translateY(5%);
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
}

@keyframes content {
	from {
		opacity: 0;
		-webkit-transform: translateY(5%);
		transform: translateY(5%);
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
}

@media (max-width: 1000px) {
	.tabs ul li label {
		white-space: initial;
	}

	.tabs ul li label br {
		display: initial;
	}

	.tabs ul li label svg {
		height: 1.5em;
	}
}

@media (max-width: 600px) {
	.tabs ul li label {
		padding: 5px;
		border-radius: 5px;
	}

	.tabs ul li label span {
		display: none;
	}

	.tabs .slider {
		display: none;
	}

	.tabs .content {
		margin-top: 20px;
	}

	.tabs .content section h2 {
		display: block;
	}
}

.inde-te {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	line-height: 35px;
}

.inde-con {
	color: #666666;
	font-size: 14px;
}

.weli {
	color: #fff;
	margin: 0 auto;
}


.quote-line {
	text-align: center;
	padding-top: 80px;
	padding-bottom: 80px;
	font-size: 24px;
	font-family: ;
	line-height: 1.2em;
	width: 680px;
	margin: 0 auto;
	color: #666;
}

.quo {
	font-size: 85px;
	color: #76d1d8;
	font-family: 微软雅黑;
}

.quo-right {
	font-size: 85px;
	color: #76d1d8;
	float: right;
	margin-top: 30px;
	font-family: 微软雅黑;
}

.dy-title-outline {
	width: 1125px;
	margin: 0 auto;
}

.dy-title {
	width: 816px;
	height: 166px;
	color: #fff;
	padding-top: 180px;
	font-size: 60px;
	line-height: 1.2em;
	font-weight: bold;
}

.container-outline {
	width: 1000px;

	padding-top: 50px;
	margin: 0 auto;
	position: relative;
}

.dy-blockbg1 {
	width: 790px;
	height: 364px;
	border: #95e0f5 10px solid;
	position: relative;
}

.dy-block-grey1 {
	background: #f6f6f6;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .25);
	width: 790px;
	height: 355px;
	position: absolute;
	left: 30px;
	top: 30px;

}

.dy-block-jian {
	float: left;
	top: 130px;
	background: url(../img/d2.png) no-repeat right center;
	width: 409px;
	height: 310px;
	position: absolute;
	left: -180px;
	color: #fff;
	font-size: 14px;
	/* 15 */
	line-height: 1.4em;
}

.dy-jjj {
	padding: 50px 30px;
}

.dy-block2-grey {
	width: 970px;
	height: 250px;
	float: left;
	background: #f6f6f6;
	top: 270px;
	position: absolute;
	padding: 60px 50px;
}

.ddd {
	color: #666;
	font-size: 14px;
	/* 15 */
	width: 250px;
	line-height: 1.6em;
	padding-left: 15px;
	float: left;
}

.container-outline2 {
	width: 1080px;
	height: 600px;
	padding-top: 80px;
	margin: 0 auto;
	position: relative;
}


.container-outline3 {
	width: 1080px;
	height: 520px;
	padding-top: -80px;
	margin: 0 auto;
	position: relative;
}


.container-outline4 {
	width: 1080px;
	height: 650px;
	margin: 0 auto;
	position: relative;
}




.dlsls {
	position: absolute;
	left: 200px;
	z-index: 9999;
}

.kee {
	background: url(../img/d5.png) no-repeat right center;
	position: absolute;
	top: 250px;
	left: 590px;
	width: 447px;
	height: 332px;
	z-index: 9998;
}

.kee2 {
	background: url(../img/d52.png) no-repeat right center;
	position: absolute;
	top: 240px;
	left: 250px;
	width: 447px;
	height: 332px;
	z-index: 9998;
}

.kee3 {
	background: url(../img/d52.png) no-repeat right center;
	position: absolute;
	top: 250px;
	left: 20px;
	width: 447px;
	height: 332px;
	z-index: 9998;
}

.kee4 {
	background: url(../img/d53.png) no-repeat right center;
	position: absolute;
	top: 250px;
	right: 30px;
	width: 447px;
	height: 332px;
	z-index: 9998;
}

.ssrd {
	padding-top: 40px;
	width: 520px;
}

.ssrd li {
	padding-bottom: 10px;
	color: #666;
}




.right {
	float: right;
}

.left {
	float: left;
}


.ddd2 {
	color: #666;
	font-size: 14px;
	/* 15 */
	width: 280px;
	line-height: 1.6em;
	right: 100px;
}

.dy-block3-grey {
	width: 750px;
	height: 220px;
	float: right;
	background: #f6f6f6;
	top: 270px;
	position: absolute;
	padding: 60px 50px;
	right: 0;
}



.pay-grey-outline {
	height: 420px;
	background: #f7f7f7;
	position: relative;
	margin-bottom: 80px;
}

.pay-grey {
	width: 1090px;
	margin: 0 auto;
}

.pay-grey-ul {
	float: left;
	pasition: absolute;
	width: 280px;
	padding-top: 50px;
}

.pay-grey-ul li {
	color: #666;
	margin-bottom: 20px;
	font-size: 14px;
	/* 15 */
	line-height: 1.8em;
}

.paypaypaypayweli-1 {
	width: 730px;
	height: 410px;
	border: #6acce8 10px solid;
	position: absolute;
	top: 50px;
	margin-left: 322px;
	background: #fff;
	text-align: center;
}

.paypaypaypayweli-1 img {
	margin-top: 90px;
}

.pay2 {
	width: 1090px;
	margin: 0 auto;
	height: 560px;
}

.pay2-1 {
	float: left;
	width: 350px;
	font-weight: bold;
	font-size: 22px;
	color: #3b3b3b;
	background: url(../img/pay2.png) no-repeat left top;
	padding-top: 550px;
	padding-bottom: 80px;
	margin-top: 250px;
	padding-left: 165px;
	margin-bottom: 20px;
}

.pay2-2 {
	float: right;
	width: 400px;
	font-weight: bold;
	font-size: 22px;
	color: #3b3b3b;
	background: url(../img/pay3.png) no-repeat right top;
	padding-top: 480px;
	padding-bottom: 80px;
	margin-top: 50px;
	padding-left: 165px;
	margin-bottom: 100px;
	font-weight: bold;
}

.p10000 {
	color: #fff;
	font-weight: bold;
	padding-left: 65px;
}

.p20000 {
	color: #999999;
	font-size: 16px;
	margin-left: -20px;
	padding-top: 20px;
}



.pay3 {
	width: 1090px;
	margin: 0 auto;

}

.pay3-1 {
	float: left;
	width: 525px;
	font-size: 14px;
	/* 15 */
}

.sl-1 {
	font-weight: bold;
	color: #404040;
	line-height: 30px;
}

.sl-2 {
	float: right;
	width: 550px;
	background: url(../img/pay4.png) no-repeat right top;
	color: #fff;
	font-weight: bold;
	padding-top: 480px;
	padding-bottom: 80px;
	margin-top: -150px;
	font-size: 22px;

}

.sl-03 {
	color: #666;
	line-height: 1.4em;
}


.slsllw {
	padding-left: 240px;
}

.killll {
	float: left;
	width: 480px;
	margin-bottom: 0px;

}

.killll li {
	line-height: 1.8em;
}

.container-normal {
	clear: both;
	width: 1090px;
	margin: 0 auto;
}

.e6e {
	float: right;
	color: #666;
	font-size: 14px;
	/* 15 */
	line-height: 1.6em;
	width: 550px;
}

.e6e p {
	margin-bottom: 15px;
}

.kuwa {
	clear: both;
	color: #999999;
	font-size: 14px;
	/* 15 */
	line-height: 1.8em;
	padding-bottom: 120px;
	padding-top: 30px;
}



.yizhanshi {
	text-align: center;
	height: 320px;
}

.klrz {
	width: 850px;
	margin: 0 auto;
}

.klrz li {
	float: left;
	width: 32%;
	color: #666;
	font-size: 14px;
	line-height: 1.6em;
}





.stepsss {
	font-size: 16px;
	font-weight: bold;
	color: #6acce7;
	padding-right: 10px;
}




.eisl {
	background: url(../img/sell33.jpg) no-repeat right top;
	width: 647px;
	height: 188px;
	margin: 0 auto;
	padding-top: 80px;
	clear: both;
	margin-top: -80px;
	line-height: 25px;
	color: #666;
	font-size: 12px;

}

.step-oot {
	width: 850px;
	margin: 0 auto;
	padding-top: 180px;
	padding-left: 530px;
	color: #666;
	font-size: 12px;
}

.cirll {
	background: url(../img/cirll.jpg) no-repeat left center;
	padding-left: 18px;
	margin-bottom: 10px;
}

.abc-tit {
	background: #6acce9;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 8px;
	color: #fff;
}

.abc-subtit {
	color: #b5b5b5;
	font-size: 13px;
	padding-top: 8px;
	padding-bottom: 5px;
	font-weight: bold;
}

.abc-content {
	color: #666;
	font-size: 12px;
	line-height: 1.8em;
}

.m-content {
	width: 1200px;
	margin: 0 auto 40px
}


.m-content .cooperationsContent {
	width: 1200px;
	margin: 0 auto;
}

.m-content .cooperationsContent .row {
	overflow: hidden;
	height: 470px;
	margin: 0 158px;
}

.m-content .cooperationsContent .row h2 {
	position: relative;
	position: absolute;
	right: 40px;
	top: 0;
	margin-top: -85px;
	width: 216px;
	height: 177px;
	background: url(../img/cooperation-top-right.png) no-repeat left top;
	font-size: 30px;
	color: #353b4b;
}

.m-content .cooperationsContent .row h2 span {
	position: absolute;
	left: 50%;
	top: 50%;
	white-space: nowrap
}

.m-content .cooperationsContent .row>div {
	background: #f3f3f3;
	height: 331px;
	padding: 37px 0 30px 0;
	margin-top: 138px;
	position: relative;
	box-sizing: border-box
}

.m-content .cooperationsContent .row>div>div {
	float: left;
	width: 50%;
}

.m-content .cooperationsContent .row>div>div p {
	width: 320px;
	position: relative;
	font-size: 14px;
	color: #666;
	line-height: 1.6em;
}

.m-content .cooperationsContent .row>div>div p span {
	font-size: 22px;
	font-weight: 700;
}



.new-tool {
	text-align: center;
	line-height: 80px;
	font-size: 18px;
	padding-top: 30px;
}

.yinhao {
	font-size: 60px;
	color: #32c3ea;
	font-family: Arial;

}

.align-center {
	text-align: center;
}





table.gridtable {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;

}

table.gridtable th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
}

table.gridtable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
}

.wio-outline {
	padding-left: 510px;
	padding-top: 50px;
}

.wio-outline-2 {
	padding-left: 150px;
	padding-top: 150px;
}

.wio-outline-3 {
	padding-left: 510px;
	padding-top: 160px;
}

.wio {
	padding-top: 20px;
}

.wio li {
	line-height: 2em;
	font-size: 14px;
	color: #000;
}

.wio-2 {
	width: 178px;
	padding-top: 20px;
}

.wio-2 li {
	line-height: 2em;
	font-size: 14px;
	color: #000;
	text-align: right;
}

/*新增*/
.img-map {
	background: #01060c url(../img/brand-table-bg-2.jpg) no-repeat top center;
	padding: 50px 0;
	background-size: 100%;
}

.img-map img {
	margin: auto;
	display: block;
}

/*精准后台CRM*/
.crm-block1 {
	width: 39%;
	float: left;
}

.crm-block1 ul {
	padding: 0 20px 5px;
}

.crm-block1 ul li {
	padding: 8px 22px;
	display: inline-block;
	font-size: 13px;
	border-radius: 5px;
	margin: 0 0 5px;
}

.crm-block1 h3,
.crm-block1 p {
	text-align: center;
	margin: 10px 0;
}

.crm-block1 p {
	font-size: 14px;
}

.block-color-1 h3,
.block-color-1 p {
	color: #76d1d8;
}

.block-color-2 h3,
.block-color-2 p {
	color: #3c61fa;
}

.block-color-3 h3,
.block-color-3 p {
	color: #379fff;
}

.block-color-1,
.block-color-2,
.block-color-3 {}

.block-color-1 {
	border: 1px solid #76d1d8;
	border-top: 12px solid #76d1d8;
}

.block-color-2 {
	border: 1px solid #3c61fa;
	border-top: 12px solid #3c61fa;
}

.block-color-3 {
	border: 1px solid #379fff;
	border-top: 12px solid #379fff;
}

.block-color-1 ul li {
	background: #e1f4f5;
}

.block-color-2 ul li {
	background: #e2e8ff;
}

.block-color-3 ul li {
	background: #ecf6ff;
}

.crm-block1-center {
	width: 21%;
	float: left;
	background: url(../img/crm-line.png) no-repeat top center;
	background-size: 100%;
	height: 311px;
}

.crm-block1-center ul {
	border: 1px solid #ddd;
	padding: 10px;
	font-size: 12px;
	width: 74px;
	margin-top: 60px;
	margin-left: 40px;
	line-height: 19px;

}

/*dip.html  b2b*/
.b2b-info-20201230 {
	margin: 0 auto;
	padding: 0 0 2rem 0;
	width: 1050px;
	text-align: center;
}

.b2b-info-20201230 li {
	width: 330px;
	float: left;
	padding: 30px 0;
	margin-top: 3rem;
}

.b2b-info-20201230 li:hover {
	/*变大*/
	-webkit-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-ms-transform: scale(1.01);
	-o-transform: scale(1.01);
	/*自然过渡*/
	transition: all 200ms ease-in 0s;
	-webkit-transition: all 200ms ease-in 0s;
	-moz-transition: all 200ms ease-in 0s;
	-ms-transition: all 200ms ease-in 0s;
	-o-transition: all 200ms ease-in 0s;
	box-shadow: -8px 4px 20px #e3e4e5;
}

.b2b-info-20201230 li img {
	width: 260px;
}


/***********************/
.b2b-info-20210427 {
	margin: 0 auto;
	padding: 0 0 2rem 0;
	width: 1050px;
	text-align: center;
}

.b2b-info-20210427 li {
	width: 250px;
	height: 400px;
	float: left;
	margin-top: 5rem;
}

.b2b-info-20210427 li p {
	color: #fff;
	font-size: 16px;
	height: 400px;
	line-height: 730px;
}

.b2b-info-20210427 li p:hover {
	background: rgba(0, 0, 0, 0.5);
	line-height: 370px;
	font-size: 18px;
	font-weight: bold;
	/*自然过渡*/
	transition: all 200ms ease-in 0s;
	-webkit-transition: all 200ms ease-in 0s;
	-moz-transition: all 200ms ease-in 0s;
	-ms-transition: all 200ms ease-in 0s;
	-o-transition: all 200ms ease-in 0s;
}


/*********2021/1/26*******/
.scf-industry-edition-content {
	margin: 0 auto;
	padding: 0 0 2rem 0;
	width: 1050px;
	text-align: center;
}

.scf-industry-edition-content li {
	width: 330px;
	float: left;
	padding: 40px 0;
}

.scf-industry-edition-content li p {
	padding: 20px 0;
}




/**************/
.scf-enterprise-edition-content {
	margin: 0 auto;
	padding: 0 0 2rem 0;
	width: 1050px;
	text-align: center;
}

.scf-enterprise-edition-content li {
	width: 328px;
	float: left;
	padding: 40px 0 30px;
	border: 1px solid #ddd;
	border-radius: 10px;
	min-height: 390px;
}

.scf-enterprise-edition-content li:hover {
	border: 1px solid #6ACCE9;
}

.scf-enterprise-edition-content li h4 {
	padding: 20px 0;
	color: #0B132A;
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0px;
}

.scf-enterprise-edition-content li p {
	background: url(../img/scf-enterprise-edition-d.png) no-repeat left center;
	width: 135px;
	margin: 15px auto;
	font-size: 14px;
	color: #4f5665;
	text-align: left;
	padding-left: 45px;
}

.scf-enterprise-edition-content2 {
	margin: 0 auto;
	padding: 0 0 2rem 0;
	width: 1050px;
	text-align: left;
}

.scf-enterprise-edition-content2 li {
	width: 120px;
	float: left;
	padding: 40px 0 30px;
	min-height: 390px;
}

.scf-enterprise-edition-content2 li h4 {
	padding: 20px 0;
	color: #0B132A;
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
}

.scf-enterprise-edition-content2 li p {
	font-size: 14px;
	color: #4f5665;
	margin: 0.3rem 0;
}

.scf-enterprise-edition-content2 li .icon-img {
	border-radius: 10px;
	background: #6ACCE9;
	box-shadow: 0px 32px 54px 0px #AFE3F3;
	padding: 15px;
	margin-bottom: 10px;

}

.scf-enterprise-edition-content2 li p a {
	color: #6ACCE9;
}






/*自适应*/

@media (max-width:1366px) {
	.wl-data {
		background-size: 125%;
	}

	.b2b-info-20201230 {
		width: 960px;
	}

	.b2b-info-20201230 li {
		width: 300px;
		padding: 20px 0;
		margin-top: 1.5rem;
	}

	.b2b-info-20201230 li img {
		width: 270px;
	}
}

@media (max-width:1330px) {
	.tools-box {
		width: 905px;
	}

	.b2b-info-20201230 {
		width: 950px;
	}

	.b2b-info-20201230 li {
		width: 295px;
		padding: 20px 0;
		margin-top: 1.5rem;
	}

	.b2b-info-20201230 li img {
		width: 235px;
	}
}


/*首页 供应链金融 Welink SCF*/
.scf-gyl {}

.scf-gyl p {
	margin: 0;
}

.scf-nr-xz {
	color: #038ab0;
	font-size: 12px;
	background: rgba(71, 189, 222, 0.3);
	padding: 7px 12px;
	border-radius: 1rem;
	display: inline-block;
}


/*rpa.html*/
.rpa {
	width: 1100px;
	margin: 0 auto;
}

.rpa ul {
	clear: both;
}

.rpa ul li {
	margin: 3rem 0;
	float: left;
}

.ti-main {
	position: relative;
	top: -60px;
}

.ti-main h2 {
	display: inline-block;
	font-size: 50px;
	color: #1F60A4;
	line-height: normal;
	letter-spacing: 0px;
	text-align: left;
}

.ti-main h4 {
	color: #333;
	display: inline-block;
	font-size: 24px;
	line-height: normal;
	letter-spacing: 0px;
	text-align: left;
	font-weight: 500;
	margin: 0 1.5rem;
}

.ti-main p {
	font-size: 12px;
	color: #555;
	margin: 1.5rem 0;
}

.rpa b {
	font-size: 20px;
	color: #333;
	margin: 0 0 1.5rem 0;
	font-weight: 600;
}

.rpa p {
	font-size: 12px;
	color: #555;
	margin: .5rem 0 1.5rem 0;
}


/*blocktrade*/
.b2b-block-20220418 {
	margin: 0 auto;
	width: 700px;
}

.b2b-block-20220418 li {
	padding: 20px;
	width: 173px;
	height: 85px;
	float: left;
	margin: 30px 20px 20px 0;
	border-radius: 6px;
}

.b2b-block-20220418 li p {
	padding: 30px;
	font-size: 18px;
	color: #333;
	font-weight: bold;
}


/*乡村振兴ruralrevitalization*/
.xiangcun-block-20220418 {
	margin: 0 auto;
	width: 1000px;
}

.xiangcun-block-20220418 li {
	padding: 10px 0 0 0;
	width: 290px;
	float: left;
	margin: 30px 40px 0 0;
}

.xiangcun-block-20220418 li h3 {
	padding: 10px 0;
	font-size: 18px;
	color: #333;
}

.xiangcun-block-20220418 li p {
	padding: 0 0 30px 0;
	font-size: 14px;
	color: #666;
}


/*首页模块*/
.index-block2-1 {
	background: #f8f8f8 url(../img/index-block3bg.png) no-repeat top left;
	background-size: auto;
	background-size: 100%;
	height: 790px;
	margin: 30px 0;
	padding: 30px 0;
}

.index-block2-1 .centerBox-title {
	text-align: center;
	font-size: 42px;
	color: #352e2c;
	font-weight: bold;
	margin: 2rem 0 3rem;
}

.index-block2-1 .centerBox-title img {
	width: 61px;
	position: relative;
	top: -10px;
}

.index-block2-content {
	padding-top: 20px;
}

.index-block2-content li {
	float: left;
	background: #fff;
	width: 120px;
	box-shadow: 3px 3px 0px #ddebef;
	margin: 10px 9px 10px;
	padding: 15px;
	height: 240px;
	line-height: 24px;

	/*自然过渡*/
	transition: all 100ms ease-in 0s;
	-webkit-transition: all 100ms ease-in 0s;
	-moz-transition: all 100ms ease-in 0s;
	-ms-transition: all 100ms ease-in 0s;
	-o-transition: all 100ms ease-in 0s;
}

.index-block2-content li img {
	width: 60px;
	margin: 10px auto 0;
	display: block;
}

.index-block2-content li h4 {
	padding: 15px 0;
	text-align: center;
	font-size: 18px;
}

.index-block2-content li p {
	text-align: center;
	font-size: 14px;
	color: #666666;
}

.index-block2-content li:hover {
	background: #ebf7ff;
	box-shadow: 3px 3px 0px #6acce8;

}

.index-block3-content {
	margin: 30px 0 0 0;
	height: 290px;
}

.index-block3-content li {
	float: left;
	width: 96px;
	border: 1px solid #ddd;
	margin: 0 9px;
	padding: 10px;
	height: 170px;

	/*自然过渡*/
	transition: all 100ms ease-in 0s;
	-webkit-transition: all 100ms ease-in 0s;
	-moz-transition: all 100ms ease-in 0s;
	-ms-transition: all 100ms ease-in 0s;
	-o-transition: all 100ms ease-in 0s;
}

.index-block3-content li img {
	margin-left: 10px;
	width: 70px;
}

.index-block3-content li h4 {
	padding: 10px 0;
	text-align: center;
	font-size: 16px;
}

.index-block3-content li p {
	text-align: center;
	font-size: 13px;
	color: #666666;
}

.index-block3-content li:hover {
	/*变大*/
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
}

/*channel-finance渠道版*/
.qudao-block1 {
	background: #f8f8f8;
	width: 100%;
	height: 360px;
}

.qudao-block1 ul {
	width: 1010px;
	margin: 0 auto;
}

.qudao-block1 ul li {
	float: left;
}

.qudao-block1 ul li h3 {
	color: #333;
	lline-height: 3rem;
	font-size: 24px;
}

.qudao-block1 ul li p {
	color: #666;
	font-size: 14px;
	line-height: 28px;
}


.qudao-block2 {
	width: 1010px;
	margin: 0 auto;
	height: 700px;
}

.qudao-block2 p {
	color: #666;
	font-size: 14px;
	line-height: 1.8rem;
}

.qudao-block2 ul li {
	float: left;
	width: 235px;
	border: 1px solid #ddd;
	margin: 15px 15px 0 0;
	height: 160px;
	border-radius: 6px;
}

.qudao-block2 ul li h3 {
	color: #333;
	margin-bottom: 10px;
}

/*ity-finance城市版*/
.ity-block1 {
	background: #f8f8f8;
	width: 100%;
	height: 550px;
}

.ity-block1 ul {
	width: 1010px;
	margin: 0 auto;
}

.ity-block1 ul li {
	float: left;
	width: 320px;
	margin-right: 15px;
}

.ity-block1 ul li h3 {
	color: #333;
	line-height: 36px;
}

.ity-block1 ul li p {
	color: #666;
	font-size: 14px;
	line-height: 28px;
}

.ity-block1 ul li img {
	width: 320px;
}


/*data*/
.data-block1 {
	width: 100%;
	height: 380px;
}

.data-block1 ul {
	width: 1010px;
	margin: 0 auto;
}

.data-block1 ul li {
	float: left;
	width: 259px;
	margin: 25px 15px 25px 0;
	border: 1px solid #ddd;
	padding: 30px;
	border-radius: 6px;
	height: 267px;
}

.data-block1 ul li h3 {
	color: #333;
	line-height: 36px;
}

.data-block1 ul li p {
	color: #666;
	font-size: 14px;
	line-height: 28px;
}

.data-block1 ul li img {
	display: block;
	margin: auto;
	padding: 0px 30px 10px 0;
}

.data-block2 {
	width: 1010px;
	margin: 0 auto;
}

.data-block2 ul li {
	float: left;
	background: #fff;
	height: 80px;
	margin: 25px 15px 0px 0;
	padding: 30px;
	border-radius: 6px;
	box-shadow: 3px 3px 2px #e1e1e1;
}

.data-block2 ul li h3 {
	color: #333;
	line-height: 36px;
}

.data-block2 ul li p {
	color: #666;
	font-size: 12px;
	line-height: 15px;
}

.data-block2 ul li img {
	float: left;
	margin-right: 20px;
	width: 80px;
	margin-bottom: 20px;
}

.data-block2-left {
	float: left;
	width: 48%;
}

.data-block2-right {
	float: right;
	width: 48%;
}

/*partner*/
.partner-block {
	height: 1160px;
}

.partner-block ul {
	width: 800px;
	margin: 30px auto;
}

.partner-block ul li {
	float: left;
	width: 400px;
	height: 260px;
	background: #f8f8f8;
	margin-bottom: 30px;
}

.partner-block ul li img {
	margin: auto;
	display: block;
	padding-top: 100px;
	width: 240px;
}

.partner-block ul li p {
	color: #fff;
	padding: 30px;
	font-size: 14px;
	line-height: 1.8em;
}

.partner-block ul li a {
	font-size: 18px;
	color: #fff;
	text-decoration: underline;
}



/*csc*/
.gyl-block1 {
	margin: 0 auto;
	width: 800px;
	height: 220px;
}

.gyl-block1 li {
	padding: 20px;
	width: 100px;
	height: 85px;
	float: left;
	margin: 30px 20px 30px 0;
}

.gyl-block1 li p {
	padding: 20px 0 0 0;
	font-size: 18px;
	color: #333;
	text-align: center;
}

.gyl-block1 li img {
	width: 68px;
	margin: auto;
	display: block;
}

.gyl-block2 {
	margin: 60px auto 0px;
	height: 285px;
}

.gyl-block2 ul li {
	float: left;
	border-right: 1px solid #ddd;
	padding-bottom: 14px;
}

.gyl-block2 ul li p {
	padding: 8px 15px;
	border: 1px solid #ddd;
	width: 100px;
	margin: 20px 30px;
	text-align: center;
	color: #666;
	font-size: 14px;
}



/*SRM*/
.gys-block1 {
	height: 310px;
}

.gys-block1 ul {
	width: 1000px;
	margin: 30px auto;
}

.gys-block1 ul li {
	float: left;
	width: 50%;
}

.gys-block1 ul li h3 {
	color: #1F60A4;
	font-size: 28px;
	line-height: 4rem;
	margin-top: 3rem;
}

.gys-block1 ul li p {
	color: #1F60A4;
	font-size: 14px;
	line-height: 1.8rem;
}

.gys-block1 ul li img {
	width: 470px;
}

.gys-block2 {
	height: 240px;
	background: url(../img/gongyingshang-bg.png) no-repeat top right;
	background-size: auto;
	background-size: 46%;
	width: 1000px;
	margin: auto;
}

.gys-block2 ul {
	width: 930px;
	height: 100px;
	box-shadow: 0 0 8px #ddd;
	padding: 20px;
	position: relative;
	top: 23px;
}

.gys-block2 ul li {
	float: left;
	width: 305px;
}

.gys-block2 ul li h3 {
	color: #333;
	font-size: 28px;
	line-height: 4rem;
}

.gys-block2 ul li p {
	color: #666;
	font-size: 13px;
	line-height: 1.8rem;
}


/*案例*/
.section-anli {
	background: #1f60a4 url(../img/anli-bg20220528.png) no-repeat 100% 100%;
	height: 392px;
	background-size: 100%;
}

.expertbox {
	width: 800px;
	margin: auto;
}

.it_expert {
	width: 100%;
}

.it_expertp2 {
	width: 200px;
	height: 50px;
	text-align: center;
	float: right;
	margin-top: 10px;
}

.it_expertspan1,
.it_expertspan2 {
	box-shadow: 0 6px 10px rgb(0 0 0 / 10%);
	border-radius: 100%;
	transition: all .3s;
	width: 40px;
	height: 40px;
	display: inline-block;
	line-height: 40px;
	background: #fff;
	margin-left: 20px;
}

.it_expertspan1:hover,
.it_expertspan2:hover {
	background: #76cfe9;
	color: #fff;
}

.current li {}

.it_expertxt {
	width: 223px;
	overflow: hidden;
	height: 175px;
	margin: 0 5px;
	float: left;
	box-shadow: 0px 8px 32px rgb(0 0 0 / 10%);
	border-radius: 6px;
	background: #fff;
	padding: 5px 15px 15px;
}

.it_expertxt img {
	width: 130px;
}

.it_expertit h3 {
	color: #434343;
	font-size: 18px;
	padding: 6px 0px 0;
	position: relative;
}

.it_expertit p {
	color: #666;
	font-size: 13px;
	padding: 6px 0 10px;
	margin: 0;
	position: relative;
}

.it_expertit {
	margin: 0 0 0 15px;
}

.it_experconter {
	;
	color: #76cfe9;
	font-size: 13px;
	/*position: relative;*/
	display: block;
}



.section-title {
	font-size: 30px;
	line-height: 1.5;
	font-weight: 400;
	color: #333;
	text-align: center;
	margin-bottom: 4rem;
	font-weight: 400;
	letter-spacing: 1px;
}

.all-main {
	width: 1100px;
	margin: auto;
}

/* Top bar */
.top-bar {

	width: 100%;
	background-color: #fff;
	z-index: 9999;
	height: 48px;
}

.top-bar nav {
	position: absolute;
	left: 0;
	z-index: 99999;
	height: 48px;
	width: 100%;
	box-shadow: 0 .1em .2em rgba(0, 0, 0, .1);
}

.top-bar .social-links {
	position: absolute;
	right: 0;
	width: 18%;
	max-width: 18%;
}

.top-bar ul {
	width: 100%;
	position: relative;
	list-style: none;
	margin: auto;
	padding: 0;
	font-size: 0;
	background-color: #fff;
	z-index: 99999;
	text-align: center;
	box-shadow: 0 1px 2px #ddd;
}

.top-bar li {
	display: block;
}

.active-cp {
	border-bottom: 2px solid #6ACCE9;
}

.navigation li ul li {
	font-size: 1rem;
	display: inline-block;
	line-height: 3;
}

.navigation a,
.social-links a {
	display: block;
	position: relative;
	font-weight: 400;
}

.navigation a {
	color: #333;
	padding: 0 1.5rem;
	border-width: 0 .1rem .1rem 0;
}

.social-links a {
	color: rgb(140, 140, 140);
	border-width: 0 0 .1rem .1rem;
}

.navigation a:hover,
.social-links a:hover {
	color: #6ACCE9;
	text-decoration: none;

}

.social-links li a span {
	display: block;
	padding: 0 1rem;
	font-size: 1.3rem;
	line-height: 2.3;
}

.section-action a {
	font-size: 1.5em;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	display: block;
	text-shadow: .08em .08em .08em rgba(0, 0, 0, .5);
}

.section-action a:hover {
	text-decoration: none;
	text-shadow: .05em .05em 0 rgba(255, 255, 255, .3);
}

/* Preview */
.section-preview {}

.section-preview ul {
	margin: 0;
	padding: 0;
	width: 99.9%;
	float: left;
}

.section-preview li {
	float: left;
	width: 60%;
}

.section-preview li img {
	width: 530px;
}

.section-preview li span {
	font-size: 14px;
	color: #333;
	top: 80px;
	position: relative;
	width: 400px;
	padding-left: 20%;
	display: block;
	line-height: 28px;

}


.section-preview li:hover {}

.section-preview li code {
	display: inline-block;
	position: relative;
	margin: .5em 0 .5em 1.5em;
}



/* usage */
.section-usage {
	height: 300px;
}

.section-usage ul li {
	float: left;
	width: 360px;

}

.section-usage ul li img {
	float: left;
	width: 50px;
}

.section-usage ul li .text-block {
	width: 280px;
	padding-left: 60px;
}

.section-usage ul li .text-block h4 {
	font-size: 18px;
	font-weight: 400;
	color: #333;
	line-height: 24px;
}

.section-usage ul li .text-block p {
	font-size: 13px;
	font-weight: normal;
	color: #666;
	line-height: 22px;
}




.section-usage,
.section-examples,
.section-tedian,
.section-xiangguan,
.section-preview,
.section-anli {
	padding-top: 5em;
}

/* tedian */
.section-tedian {
	background: #F3F6F9;
	padding-bottom: 2rem;
}

/* Usage */
.section-usage li {
	line-height: 1.8em;
}

.section-usage .icons,
.section-examples .icons {
	display: block;
	overflow: hidden;
}

/* Examples */

.section-examples img {
	width: 1000px;
	margin: 0 auto 80px;
	display: block;
}

/* Columns */
.columns-wrap img {
	float: left;
	width: 45px;
	margin-right: 8px;
}

.section-subtitle {
	font-size: 18px;
	line-height: 32px;
	color: #333;
	font-weight: 400;
}

.columns-wrap p {
	font-size: 13px;
	color: #666;
	line-height: 24px;
	margin: 0 0 16px 0;
	min-height: 55px;
}

.column-2,
.column-3,
.column-4,
.column-4_3,
.column-5,
.column-6 {
	margin-bottom: 1.5em;
	position: relative;
	width: 100%;
}


/* section-xiangguan */
.xiangguan-main {
	box-shadow: 0px 8px 32px rgb(0 0 0 / 10%);
	border-radius: 6px;
	text-align: center;
	margin-bottom: 6rem;
}

.xiangguan-nr {
	width: 228px;
	text-align: center;
	height: 155px;
	margin: 0 0.8rem;
	display: inline-block;
}

.xiangguan-nr p {
	color: #434343;
	font-size: 18px;
	padding: 6px 0 30px;
	position: relative;
	margin-top: 2rem;
	font-weight: 400;
}

.xiangguan-nr a {
	color: #666;
	font-size: 12px;
	/* position: relative; */
	display: block;
}

.xiangguan-nr a:hover {
	color: #76cfe9;
}